We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df4dfe commit 21aa0fcCopy full SHA for 21aa0fc
.github/workflows/amd64-linux-hakyber-mlkem.yml
@@ -40,10 +40,15 @@ jobs:
40
- name: checkout
41
uses: actions/checkout@v4
42
43
- - name: compile and run
+ - 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
47
run: JASMIN=$(which_jasminc) make -j$JOBS -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% default
48
49
- name: print logs
50
run: JASMIN=$(which_jasminc) make -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% reporter
51
52
- name: return error if there are any errors
53
run: make -C test/ CI=1 FILTER=../src/crypto_kem/mlkem/% err
54
0 commit comments