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 73200cd commit f68b1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
f=$(basename -- $file)
forge tree | grep -E "^test|^src|${f}" | grep -B1 ${f} | grep ^test | cut -d' ' -f1 >> fuzz.txt
done
echo "Deep fuzzing:"
cat fuzz.txt
echo "Deep fuzzing tests:"
cat fuzz.txt | sort | uniq -u
cat fuzz.txt | sort | uniq -u | xargs -I{} forge test --match-path {}
fi

0 comments on commit f68b1ee

Please sign in to comment.