mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Set cfg=fuzzing when building fuzz crate in CI
We will likely drop the fuzztarget feature soon, and should thus be setting cfg=fuzzing explicitly anyway.
This commit is contained in:
parent
29b43ba165
commit
692b0c78da
@ -5,5 +5,5 @@ echo Testing $(git log -1 --oneline)
|
|||||||
cargo check
|
cargo check
|
||||||
cargo doc
|
cargo doc
|
||||||
cargo doc --document-private-items
|
cargo doc --document-private-items
|
||||||
cd fuzz && cargo check --features=stdin_fuzz
|
cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz
|
||||||
cd ../lightning && cargo check --no-default-features --features=no-std
|
cd ../lightning && cargo check --no-default-features --features=no-std
|
||||||
|
Loading…
Reference in New Issue
Block a user