Skip to content

Commit ccad415

Browse files
committed
chore: update Slither CI workflow to include build info in contract build step
1 parent ee0d3cc commit ccad415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slither.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828

2929
- name: Build contracts
30-
run: forge build
30+
run: forge build --build-info
3131

3232
- name: Run Slither
3333
uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8 # v0.4.0

0 commit comments

Comments
 (0)