fuck windowz
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:20:22 +0000 (01:20 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:20:22 +0000 (01:20 +0000)
.github/workflows/build.yml

index 7cd748190319e30e058df16bc9e9c15858ffae43..9d00ef86ecddf28481bad5fa974a44bb674bcac8 100644 (file)
@@ -111,7 +111,7 @@ jobs:
       - name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
         if: "matrix.toolchain == 'stable'"
         run: |
-          export RUSTC_BACKTRACE=1 && cd lightning && cargo test --verbose --color always --features backtrace
+          cd lightning && RUSTC_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