We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test
1 parent 1188ffc commit 6e8fe69Copy full SHA for 6e8fe69
.github/actionlint.yaml
@@ -7,6 +7,7 @@ self-hosted-runner:
7
- depot-ubuntu-latest-8
8
- depot-ubuntu-22.04-16
9
- depot-ubuntu-22.04-32
10
+ - depot-windows-2022-16
11
- github-windows-2025-x86_64-8
12
- github-windows-2025-x86_64-16
13
- codspeed-macro
.github/workflows/ci.yaml
@@ -312,7 +312,7 @@ jobs:
312
313
cargo-test-windows:
314
name: "cargo test (windows)"
315
- runs-on: github-windows-2025-x86_64-16
+ runs-on: depot-windows-2022-16
316
needs: determine_changes
317
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
318
timeout-minutes: 20
0 commit comments