Skip to content

Commit

Permalink
ci: fix for bug in upstream lib
Browse files Browse the repository at this point in the history
testing unit coverage step triggers bug in time crate on nightly:
time-rs/time#618
  • Loading branch information
da2ce7 committed Sep 15, 2023
1 parent c49a209 commit 27a7f92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
name: Run Unit Tests
run: cargo test --tests --benches --examples --workspace --all-targets --all-features

- id: coverage
name: Generate Coverage Report
run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features
# Temporary Disable https://github.com/time-rs/time/issues/618
# - id: coverage
# name: Generate Coverage Report
# run: cargo llvm-cov nextest --tests --benches --examples --workspace --all-targets --all-features

0 comments on commit 27a7f92

Please sign in to comment.