Skip to content

Commit

Permalink
fix: test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 20, 2024
1 parent f7884a0 commit 9d512ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- name: Compile contracts
run: yarn build

- name: Run slither
uses: crytic/[email protected]
with:
Expand Down Expand Up @@ -125,7 +128,8 @@ jobs:
with:
files: .
contract: InvariantGreeter
crytic-args: --ignore-compile --test-mode assertion
test-mode: assertion
crytic-args: --ignore-compile

halmos-tests:
name: Run symbolic execution tests
Expand Down

0 comments on commit 9d512ba

Please sign in to comment.