aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/interchange_ci.yml
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-26 10:24:59 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-26 15:11:03 +0100
commitb5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e (patch)
tree83b9147cd14e2b1b287a9f3b8da939d7d96f9397 /.github/workflows/interchange_ci.yml
parent0e9a1abc7ec083249e5aba0cfd8db51e0fed7aa6 (diff)
downloadnextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.tar.gz
nextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.tar.bz2
nextpnr-b5ba3ee9ee5dc7bdae3e528bdfd03b375d8aa34e.zip
interchange: add archcheck tests to all-device-test target
This increases parallelism and should make the FPGA interchange CI faster 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, 0 insertions, 2 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 8b16d795..6cedef94 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -90,6 +90,4 @@ jobs:
DEVICE: ${{ matrix.device }}
run: |
cd build
- make chipdb-$DEVICE-bin-check-test-data
- make chipdb-$DEVICE-bin-check
make all-$DEVICE-tests -j`nproc`