Skip to content

Commit

Permalink
update SHA3 ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupress committed Dec 9, 2023
1 parent ab5542f commit e574ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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
18 changes: 1 addition & 17 deletions sha3/config/tests.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,5 @@ bin = easycrypt
report = report.log

[test-sha3]
okdirs = !proof
args = -I Jasmin:jasmin/eclib -I proof -I proof/smart_counter -I proof/impl -I proof/impl/perm

[test-sponge]
okdirs = proof proof/smart_counter
args = -I proof -I proof/smart_counter

[test-jsponge]
okdirs = proof/impl
args = -I Jasmin:jasmin/eclib -I proof -I proof/smart_counter

[test-jperm]
okdirs = proof/impl/perm
args = -I Jasmin:jasmin/eclib -I proof -I proof/smart_counter -I proof/impl

[test-libc]
okdirs = proof/impl/libc
args = -I Jasmin:jasmin/eclib -I proof -I proof/smart_counter -I proof/impl -I proof/impl/perm
args = -I proof -I proof/smart_counter -p Z3 -p [email protected]

0 comments on commit e574ada

Please sign in to comment.