Skip to content

Commit

Permalink
Check for failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Dec 22, 2020
1 parent 3985403 commit 3a3d420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/llvm-quick-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ jobs:
run: cabal exec -ffuzz fuzz-llvm-disasm -- -n 5 --junit-xml results.xml -o results --collapse -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include --clang-flags="-O -w" --clang-flags="-O -w -g" -c clangy
env:
CSMITH_PATH: "/usr/local/Cellar/csmith/2.3.0/include/csmith-2.3.0"

- shell: bash
name: Check for errors
run: test $(grep "failures=\"0\"" results.xml | wc -l) -eq 2

0 comments on commit 3a3d420

Please sign in to comment.