We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a2fcb commit 6e19903Copy full SHA for 6e19903
.github/workflows/build.yml
@@ -37,13 +37,13 @@ jobs:
37
if: matrix.build-net-tokio
38
run: RUSTFLAGS="-C link-dead-code" cargo build --verbose
39
- name: Build on Rust ${{ matrix.toolchain }}
40
- if: !matrix.build-net-tokio
+ if: ! matrix.build-net-tokio
41
run: RUSTFLAGS="-C link-dead-code" cargo build --verbose -p lightning
42
- name: Test on Rust ${{ matrix.toolchain }} with net-tokio
43
44
run: RUSTFLAGS="-C link-dead-code" cargo test --verbose
45
- name: Test on Rust ${{ matrix.toolchain }}
46
47
run: RUSTFLAGS="-C link-dead-code" cargo test --verbose -p lightning
48
- name: Install deps for kcov
49
if: matrix.coverage
0 commit comments