all tests 2022-01-test-windows-lockorder
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 05:40:39 +0000 (05:40 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 05:40:39 +0000 (05:40 +0000)
.github/workflows/build.yml

index e5a038ed05cad89b61517275db81322b12ee890d..a381b56cf77c14b2ea4b542dd7cbf39f1ea7b9b9 100644 (file)
@@ -112,7 +112,7 @@ jobs:
         if: "matrix.toolchain == 'stable'"
         shell: bash # Default on Winblows is powershell
         run: |
-          cd lightning && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace chain::chainmonitor::tests
+          cd lightning && RUST_BACKTRACE=1 cargo test --verbose --color always --features backtrace
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio
         if: "matrix.build-net-tokio && !matrix.coverage"
         run: cargo test --verbose --color always