File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ script:
26
26
- if [ "$BUILD_NET_TOKIO" == "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose; fi
27
27
- if [ "$BUILD_NET_TOKIO" != "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose -p lightning; fi
28
28
# Run lightning workspace fuzz tests on Rust stable
29
- - if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./travis -fuzz.sh; fi
29
+ - if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./ci -fuzz.sh; fi
30
30
# Generate code cov information on Rust 1.39.0
31
31
- if [ "$(rustup show | grep default | grep 1.39.0)" != "" ]; then
32
32
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
File renamed without changes.
You can’t perform that action at this time.
0 commit comments