mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Apply --cfg=fuzzing when fuzzing, as required by new secp256k1
Note that rust-fuzz wrappers (including honggfuzz) already apply this for us.
This commit is contained in:
parent
a51d5cef58
commit
9b7609a8c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -202,7 +202,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get -y install build-essential binutils-dev libunwind-dev
|
||||
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
|
||||
run: cd fuzz && cargo test --verbose --color always
|
||||
run: cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo test --verbose --color always
|
||||
- name: Run fuzzers
|
||||
run: cd fuzz && ./ci-fuzz.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue