Skip to content

Commit 9d512ba

Browse files
fix: test mode
1 parent f7884a0 commit 9d512ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: yarn --frozen-lockfile --network-concurrency 1
3535

36+
- name: Compile contracts
37+
run: yarn build
38+
3639
- name: Run slither
3740
uses: crytic/slither-action@v0.3.1
3841
with:
@@ -125,7 +128,8 @@ jobs:
125128
with:
126129
files: .
127130
contract: InvariantGreeter
128-
crytic-args: --ignore-compile --test-mode assertion
131+
test-mode: assertion
132+
crytic-args: --ignore-compile
129133

130134
halmos-tests:
131135
name: Run symbolic execution tests

0 commit comments

Comments
 (0)