File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
15
15
test :
16
- name : Test ${{ matrix.rust }} on ${{ matrix.os }} ( ${{ join(matrix.extras) }})
16
+ name : ${{ matrix.rust }} ${{ matrix.os }} ${{ join(matrix.extras) }}
17
17
runs-on : ${{ matrix.os }}
18
18
strategy :
19
19
matrix :
@@ -33,10 +33,10 @@ jobs:
33
33
extras : [update]
34
34
- rust : nightly
35
35
os : ubuntu-20.04
36
- extras : [all_targets ]
36
+ extras : [all ]
37
37
- rust : nightly
38
38
os : ubuntu-20.04
39
- extras : [update, all_targets ]
39
+ extras : [update, all ]
40
40
41
41
steps :
42
42
- name : Checkout
67
67
args : --features headers
68
68
69
69
- name : Test all features/targets
70
- if : ${{ contains(matrix.extras, 'all_targets ') }}
70
+ if : ${{ contains(matrix.extras, 'all ') }}
71
71
uses : actions-rs/cargo@v1
72
72
with :
73
73
command : test
You can’t perform that action at this time.
0 commit comments