Skip to content

Commit

Permalink
Added identity
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Dec 19, 2023
1 parent fed034b commit d5efcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
if: success() || failure()
run: forge test -vvv --block-gas-limit 20000000 --match-path "test-sol/stability/*"

- name: Run tests identity
if: success() || failure()
run: forge test -vvv --match-path "test-sol/identity/*"

- name: Fail if there are tests without folder
if: success() || failure()
run: |
Expand Down

0 comments on commit d5efcc3

Please sign in to comment.