Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into fix-accountabili…
Browse files Browse the repository at this point in the history
…ty-examples
  • Loading branch information
kevinmorio committed Dec 5, 2023
2 parents 26c779f + 4e67cd0 commit 410ce63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tamarin-integration-test.yaml
Expand Up @@ -75,4 +75,11 @@ jobs:
- name: Regression tests
run: |
tamarin-prover test
python3 regressionTests.py -noi
python3 regressionTests.py -v 6 -noi
- name: Store case studies as artifact
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: case-studies
path: case-studies

0 comments on commit 410ce63

Please sign in to comment.