Skip to content

Commit 7364632

Browse files
committed
Disable warnings on safe_channels build
1 parent 1adfd7d commit 7364632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/ci-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ cargo check -p lightning --verbose --color always --features dnssec
4747
cargo doc -p lightning --document-private-items --features dnssec
4848

4949
echo -e "\n\nChecking and testing lightning with safe_channels"
50-
cargo test -p lightning --verbose --color always --features safe_channels
51-
cargo check -p lightning --verbose --color always --features safe_channels
52-
cargo doc -p lightning --document-private-items --features safe_channels
50+
RUSTFLAGS="${RUSTFLAGS//-D warnings/}" cargo test -p lightning --verbose --color always --features safe_channels
51+
RUSTFLAGS="${RUSTFLAGS//-D warnings/}" cargo check -p lightning --verbose --color always --features safe_channels
52+
RUSTFLAGS="${RUSTFLAGS//-D warnings/}" cargo doc -p lightning --document-private-items --features safe_channels
5353

5454
echo -e "\n\nChecking and testing Block Sync Clients with features"
5555

0 commit comments

Comments
 (0)