Skip to content

Commit

Permalink
[ci] add SHA3 to external CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupress committed Jun 16, 2023
1 parent 8d95ac3 commit e8dad30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [ [ 'jasmin-eclib', 'https://github.com/jasmin-lang/jasmin', 'eclib', 'tests.config', 'jasmin' ] ]
target: [ [ 'jasmin-eclib', 'https://github.com/jasmin-lang/jasmin', 'eclib', 'tests.config', 'jasmin' ]
, [ 'sha3', 'https://gitlab.com/easycrypt/sha3', '', 'config/tests.config', 'sponge' ] ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e8dad30

Please sign in to comment.