Skip to content

Commit

Permalink
Update deep-fuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Aug 21, 2023
1 parent ed67056 commit f68fca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ jobs:
with:
files: packages/contracts/src/**

- name: Forge install
run: forge install

- name: Deep Fuzz Solidity Contracts
run: |
cd packages/contracts
pwd
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
forge install
if ${{ github.event_name == 'pull_request' }}; then
forge test
fi
Expand Down

0 comments on commit f68fca5

Please sign in to comment.