Skip to content

Commit 27a7f92

Browse files
committed
ci: fix for bug in upstream lib
testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618
1 parent c49a209 commit 27a7f92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
name: Run Unit Tests
105105
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
106106

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

0 commit comments

Comments
 (0)