From c1e668f8238141a7d19525e9eb7a23c17cd1b120 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Tue, 16 Mar 2021 21:49:06 +0100 Subject: fpga_interchange: address review comments Signed-off-by: Alessandro Comodi --- .github/workflows/interchange_ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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` -- cgit v1.2.3