Skip to content

Commit 21aa0fc

Browse files
committed
mlkem: fix 'parallel'-related issues in workflow
1 parent 8df4dfe commit 21aa0fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/amd64-linux-hakyber-mlkem.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@ jobs:
4040
- name: checkout
4141
uses: actions/checkout@v4
4242

43-
- name: compile and run
43+
- name: compile src
44+
run: JASMIN=$(which_jasminc) make -j$JOBS -C src/ CI=1 FILTER=./crypto_kem/mlkem/% default
45+
46+
- name: compile tests
4447
run: JASMIN=$(which_jasminc) make -j$JOBS -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% default
48+
4549
- name: print logs
4650
run: JASMIN=$(which_jasminc) make -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% reporter
51+
4752
- name: return error if there are any errors
4853
run: make -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% err
4954

0 commit comments

Comments
 (0)