Skip to content

Commit 139cff7

Browse files
committed
shorten CI test names
1 parent becbf2a commit 139cff7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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 }} (${{ join(matrix.extras) }})
16+
name: ${{ matrix.rust }} ${{ matrix.os }} ${{ join(matrix.extras) }}
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
@@ -33,10 +33,10 @@ jobs:
3333
extras: [update]
3434
- rust: nightly
3535
os: ubuntu-20.04
36-
extras: [all_targets]
36+
extras: [all]
3737
- rust: nightly
3838
os: ubuntu-20.04
39-
extras: [update, all_targets]
39+
extras: [update, all]
4040

4141
steps:
4242
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
6767
args: --features headers
6868

6969
- name: Test all features/targets
70-
if: ${{ contains(matrix.extras, 'all_targets') }}
70+
if: ${{ contains(matrix.extras, 'all') }}
7171
uses: actions-rs/cargo@v1
7272
with:
7373
command: test

0 commit comments

Comments
 (0)