1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-26 04:02:25 +00:00

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>
This commit is contained in:
Alessandro Comodi
2021-03-26 10:24:59 +01:00
parent 0e9a1abc7e
commit b5ba3ee9ee
2 changed files with 6 additions and 3 deletions

View File

@@ -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`