We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b00bbd commit 298528fCopy full SHA for 298528f
.github/workflows/rust-coverage.yml
@@ -6,14 +6,14 @@ env:
6
CARGO_TERM_COLOR: always
7
8
jobs:
9
- check:
+ coverage:
10
name:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v2
15
16
- - name: Install stable toolchain
+ - name: Install nightly toolchain
17
uses: actions-rs/toolchain@v1
18
with:
19
toolchain: nightly
.github/workflows/rust-fuzz.yml
@@ -7,7 +7,7 @@ env:
RUST_BACKTRACE: 1
+ fuzz:
0 commit comments