Skip to content

Commit

Permalink
Run GH actions tests with std feature flag, to enable time-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Feb 22, 2023
1 parent b04c26a commit b52355c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all
args: --all --features std

grcov:
name: Coverage
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --lib --no-fail-fast
args: --lib --no-fail-fast --features std
env:
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_abort_tests"
Expand Down

0 comments on commit b52355c

Please sign in to comment.