Skip to content

Commit 298528f

Browse files
committed
CI: give better names to coverage and fuzzing jobs
1 parent 4b00bbd commit 298528f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ env:
66
CARGO_TERM_COLOR: always
77

88
jobs:
9-
check:
9+
coverage:
1010
name:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
1515

16-
- name: Install stable toolchain
16+
- name: Install nightly toolchain
1717
uses: actions-rs/toolchain@v1
1818
with:
1919
toolchain: nightly

.github/workflows/rust-fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
RUST_BACKTRACE: 1
88

99
jobs:
10-
check:
10+
fuzz:
1111
name:
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)