gh-actions: remove multi-process arch generation

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-23 16:56:33 +01:00
parent 4812092cdb
commit 2956a0ca03

View File

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