Skip to content

Commit becbf2a

Browse files
committed
refine CI extras
1 parent 8e0d41b commit becbf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414

1515
test:
16-
name: Test ${{ matrix.rust }} on ${{ matrix.os }} (${{ matrix.extras }})
16+
name: Test ${{ matrix.rust }} on ${{ matrix.os }} (${{ join(matrix.extras) }})
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
extras: [update]
3434
- rust: nightly
3535
os: ubuntu-20.04
36-
all_targets: true
36+
extras: [all_targets]
3737
- rust: nightly
3838
os: ubuntu-20.04
3939
extras: [update, all_targets]

0 commit comments

Comments
 (0)