Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Enable debugging on Windows
✗ CI failure Lorenz Leutgeb committed 2 months ago
commit a57cae457d1daef01c3e3d6b0dadd3946e9e43d7
parent 1cab036c331f5ac071f002504c44b01e95b8f25a
2 failed (2 total) View logs
1 file changed +8 -1
modified .github/workflows/build.yml
@@ -30,4 +30,11 @@ jobs:
          path: target
          key: ${{ matrix.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}-cargo-target
      - run: cargo build --workspace --verbose --all-features
-
      - run: cargo test  --workspace --verbose --all-features
+
      - if: runner.os != 'Windows'
+
        run: cargo test  --workspace --verbose --all-features -- --nocapture
+
      - if: runner.os == 'Windows'
+
        run: cargo test  --workspace --verbose --all-features -- --nocapture
+
        env:
+
          RUST_BACKTRACE: full
+
          RUST_LOG: trace
+
          RUST_TEST_THREADS: 1