We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310ba8 commit e62bb95Copy full SHA for e62bb95
.github/workflows/build.yml
@@ -202,7 +202,7 @@ jobs:
202
sudo apt-get update
203
sudo apt-get -y install build-essential binutils-dev libunwind-dev
204
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
205
- run: cd fuzz && cargo test --verbose --color always
+ run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
206
- name: Run fuzzers
207
run: cd fuzz && ./ci-fuzz.sh
208
0 commit comments