Skip to content

Commit

Permalink
Speed up the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 26, 2020
1 parent 4d23e48 commit 41425ba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
toolchain: stable
override: true
- name: Install cargo-nono
uses: actions-rs/cargo@v1
uses: actions-rs/install@master
with:
command: install
args: cargo-nono
crate: cargo-nono
- name: Check no_std with default features
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -100,6 +99,10 @@ jobs:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"

- name: Install grcov
uses: actions-rs/install@master
with:
crate: grcov
- name: Gather coverage data
id: coverage
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 41425ba

Please sign in to comment.