aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/interchange_ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/interchange_ci.yml')
-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`