Skip to content

Commit 2dddbcf

Browse files
committed
Clearer job naming
1 parent 7730fc3 commit 2dddbcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: master
77

88
jobs:
9-
test-native:
9+
test-x86_64-pc-windows-msvc:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Test on the native x86_64-pc-windows-msvc"
2020
run: cargo test --all-features --workspace
2121

22-
test-cross-gnu:
22+
test-x86_64-pc-windows-gnu:
2323
runs-on: windows-latest
2424
steps:
2525
- uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
3535
run: cargo test --all-features --workspace
3636

37-
test-cross-i686-msvc:
37+
test-i686-pc-windows-msvc:
3838
runs-on: windows-latest
3939
steps:
4040
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)