aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-16 21:49:06 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-16 22:02:06 +0100
commitc1e668f8238141a7d19525e9eb7a23c17cd1b120 (patch)
tree522ac7362ca83cde34b04233fc7dcce75d24b666 /.github/workflows
parentf9e9fadbc8ec794ed43f94d237fe4b889c5e13d8 (diff)
downloadnextpnr-c1e668f8238141a7d19525e9eb7a23c17cd1b120.tar.gz
nextpnr-c1e668f8238141a7d19525e9eb7a23c17cd1b120.tar.bz2
nextpnr-c1e668f8238141a7d19525e9eb7a23c17cd1b120.zip
fpga_interchange: address review comments
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/interchange_ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 66cdfc6c..1ca42bb7 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -22,6 +22,8 @@ jobs:
- name: Execute build script
run: stdbuf -i0 -o0 -e0 ./.github/ci/build_interchange.sh
- - name: Execute test script
+ - name: Run tests
run: |
- cd build && make all-fpga_interchange-tests -j`nproc`
+ cd build
+ make all-fpga_interchange-archcheck-tests -j`nproc`
+ make all-fpga_interchange-tests -j`nproc`