aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/interchange_ci.yml
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-23 16:56:33 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-23 20:36:23 +0100
commit2956a0ca03d3e7e4573ed3f44de6fec23d33018e (patch)
tree7c508160d02e7917737cd77726db69036d3bcae8 /.github/workflows/interchange_ci.yml
parent4812092cdbda0da395b8df55eaa65c29ec421b8b (diff)
downloadnextpnr-2956a0ca03d3e7e4573ed3f44de6fec23d33018e.tar.gz
nextpnr-2956a0ca03d3e7e4573ed3f44de6fec23d33018e.tar.bz2
nextpnr-2956a0ca03d3e7e4573ed3f44de6fec23d33018e.zip
gh-actions: remove multi-process arch generation
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to '.github/workflows/interchange_ci.yml')
-rw-r--r--.github/workflows/interchange_ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 1ca42bb7..0819aa07 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -25,5 +25,5 @@ jobs:
- name: Run tests
run: |
cd build
- make all-fpga_interchange-archcheck-tests -j`nproc`
+ make all-fpga_interchange-archcheck-tests
make all-fpga_interchange-tests -j`nproc`