We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730fc3 commit 2dddbcfCopy full SHA for 2dddbcf
1 file changed
.github/workflows/windows.yml
@@ -6,7 +6,7 @@ on:
6
branches: master
7
8
jobs:
9
- test-native:
+ test-x86_64-pc-windows-msvc:
10
runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
19
- name: "Test on the native x86_64-pc-windows-msvc"
20
run: cargo test --all-features --workspace
21
22
- test-cross-gnu:
+ test-x86_64-pc-windows-gnu:
23
24
25
@@ -34,7 +34,7 @@ jobs:
34
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
35
36
37
- test-cross-i686-msvc:
+ test-i686-pc-windows-msvc:
38
39
40
0 commit comments