Skip to content

Commit a287234

Browse files
committed
Add a c_bindings test to check-compiles.sh as it should build
1 parent e4c44f3 commit a287234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-compiles.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ cargo doc
77
cargo doc --document-private-items
88
cd fuzz && RUSTFLAGS="--cfg=fuzzing" cargo check --features=stdin_fuzz
99
cd ../lightning && cargo check --no-default-features --features=no-std
10+
cd .. && RUSTC_BOOTSTRAP=1 RUSTFLAGS="--cfg=c_bindings" cargo check -Z avoid-dev-deps

0 commit comments

Comments
 (0)