Skip to content

Commit

Permalink
Fuzzing: call env to see if docker environment is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgeana committed Oct 31, 2023
1 parent 4e5eafa commit 381bd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
CC: ${{ matrix.cc }}
VERBOSE: 1
run: |
env
cmake \
-DFUZZING=ON \
-DFUZZING_MSAN=ON \
Expand Down

0 comments on commit 381bd9d

Please sign in to comment.