From 2956a0ca03d3e7e4573ed3f44de6fec23d33018e Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Tue, 23 Mar 2021 16:56:33 +0100 Subject: gh-actions: remove multi-process arch generation Signed-off-by: Alessandro Comodi --- .github/workflows/interchange_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml index 1ca42bb7..0819aa07 100644 --- a/.github/workflows/interchange_ci.yml +++ b/.github/workflows/interchange_ci.yml @@ -25,5 +25,5 @@ jobs: - name: Run tests run: | cd build - make all-fpga_interchange-archcheck-tests -j`nproc` + make all-fpga_interchange-archcheck-tests make all-fpga_interchange-tests -j`nproc` -- cgit v1.2.3