ok try w/ all tests
[rust-lightning] / .github / workflows / build.yml
index 81408844874855a11828a4c84bad8b757aa5d937..ad376bd1970efb808fc3a1f346507257b506d2e0 100644 (file)
@@ -68,7 +68,7 @@ jobs:
       #     cd ..
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio
         if: "matrix.build-net-tokio && !matrix.coverage"
-        run: cargo test --verbose --color always -- --nocapture test_backgr
+        run: cargo test --verbose --color always -- --nocapture
       # - name: Test on Rust ${{ matrix.toolchain }} with net-tokio and full code-linking for coverage generation
       #   if: matrix.coverage
       #   run: RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always