Commit 1a6fd7b 1 parent c7bd310 commit 1a6fd7b Copy full SHA for 1a6fd7b
File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,23 @@ concurrency:
7
7
8
8
jobs :
9
9
test :
10
- name : Test Suite on ${{ matrix.os }}
10
+ name : Test on ${{ matrix.os }}::${{ matrix.label }}
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
- os : [macos-latest, ubuntu-latest, windows-latest]
15
- rust : [stable]
16
14
include :
17
15
- os : macos-latest
18
- artifact_prefix : macOS
19
16
target : x86_64-apple-darwin
20
- binary_postfix : " "
17
+ label : x86_64
18
+ - os : ubuntu-latest
19
+ target : x86_64-unknown-linux-gnu
20
+ label : x86_64 gnu
21
21
- os : ubuntu-latest
22
- artifact_prefix : linux
23
22
target : x86_64-unknown-linux-musl
24
- binary_postfix : " "
23
+ label : x86_64 musl
25
24
- os : windows-latest
26
- artifact_prefix : windows
27
25
target : x86_64-pc-windows-msvc
28
- binary_postfix : " .exe "
26
+ label : x86_64
29
27
30
28
steps :
31
29
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments