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 29b43ba commit 692b0c7Copy full SHA for 692b0c7
ci/check-compiles.sh
@@ -5,5 +5,5 @@ echo Testing $(git log -1 --oneline)
5
cargo check
6
cargo doc
7
cargo doc --document-private-items
8
-cd fuzz && cargo check --features=stdin_fuzz
+cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz
9
cd ../lightning && cargo check --no-default-features --features=no-std
0 commit comments