Skip to content

Commit

Permalink
chore: clean before build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Nov 2, 2023
1 parent 9729d6f commit 5a835e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ jobs:
version: nightly

- name: Compile foundry
run: forge build --build-info --skip */test/** */scripts/** --force
run: |
forge clean
forge build --build-info --skip */test/** */scripts/** --force
- name: "Run Slither analysis"
uses: "crytic/[email protected]"
Expand Down

0 comments on commit 5a835e7

Please sign in to comment.