Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
ci: Enable debugging on Windows
Merged lorenz opened 2 months ago
1 file changed +8 -1 fefa2837 27ee6e10
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