Skip to content

Commit

Permalink
clear-stack: fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira committed Nov 27, 2023
1 parent f0f3595 commit a68d106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/amd64-linux-clear-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:

strategy:
matrix:
stack-zeroization:
stack_zeroization:
- loop
- loopSCT
- unrolled
stack-zeroization-size:
stack_zeroization_size:
- u8
- u16
- u32
Expand All @@ -71,6 +71,7 @@ jobs:

- name: compile and run
run: JASMIN=$(which_jasminc) make -j$JOBS -C test/ CI=1 JFLAGS="-stack-zeroization ${{ matrix.stack_zeroization }} -stack-zeroization-size ${{ matrix.stack_zeroization_size }}" EXCLUDE=crypto_sign/falcon/falcon512/amd64/avx2/ default

- name: print logs
run: JASMIN=$(which_jasminc) make -C test/ CI=1 reporter

Expand Down

0 comments on commit a68d106

Please sign in to comment.