Skip to content

Commit

Permalink
CI: sha3
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Dec 7, 2023
1 parent f039596 commit 2639c68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [ [ 'ci-test', 'config/tests.config', 'all' ] ]
target: [
[ 'ci-test', 'config/tests.config', 'all' ],
[ 'sha3', 'config/tests.config', 'sha3' ]
]
steps:
- uses: actions/checkout@v4
- name: Compile & Cache EasyCrypt
Expand Down

0 comments on commit 2639c68

Please sign in to comment.