mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-03 10:46:48 +01:00
Use more generic name as it will be use in GitHub Action too
This commit is contained in:
parent
5a2ed03247
commit
e6e69f51b9
2 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ script:
|
|||
- if [ "$BUILD_NET_TOKIO" == "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose; fi
|
||||
- if [ "$BUILD_NET_TOKIO" != "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose -p lightning; fi
|
||||
# Run lightning workspace fuzz tests on Rust stable
|
||||
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
|
||||
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./ci-fuzz.sh; fi
|
||||
# Generate code cov information on Rust 1.39.0
|
||||
- if [ "$(rustup show | grep default | grep 1.39.0)" != "" ]; then
|
||||
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
|
||||
|
|
Loading…
Add table
Reference in a new issue