File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ cargo check -p lightning --verbose --color always --features dnssec
4747cargo doc -p lightning --document-private-items --features dnssec
4848
4949echo -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
5454echo -e " \n\nChecking and testing Block Sync Clients with features"
5555
You can’t perform that action at this time.
0 commit comments