Skip to content

Commit 39cd79a

Browse files
committed
Rename CI jobs: test -> test_linux, coverage -> test_linux_coverage
1 parent e8248fb commit 39cd79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run Rustfmt
3636
run: cargo fmt --all -- --check
3737

38-
test:
38+
test_linux:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
# This is set up as a separate job since nightly Rust is required. When
6262
# `-Zinstrument-coverage` is stable, combine this with the test job.
6363
# https://github.com/rust-lang/rust/issues/79121
64-
coverage:
64+
test_linux_coverage:
6565
runs-on: ubuntu-20.04
6666
steps:
6767
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)