Skip to content

Commit

Permalink
Coverage too
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 16, 2020
1 parent 0731f67 commit d6386f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features runtime-polyfill
args: --all --no-fail-fast
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
Expand All @@ -114,7 +114,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features runtime-polyfill --no-fail-fast
args: --all --no-fail-fast
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Coverflow-checks=off -Zno-landing-pads"
Expand Down

0 comments on commit d6386f5

Please sign in to comment.