Skip to content

Commit bf3ddfc

Browse files
committed
Merge #438: ci: fix for bug in upstream lib
27a7f92 ci: fix for bug in upstream lib (Cameron Garnham) Pull request description: testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618 ACKs for top commit: da2ce7: ACK 27a7f92 Tree-SHA512: 545742277460f79682e3d0b27e42e9d03085ed50de4552a60a4dc8174afff67b0838024f2b978c5386e292365816bd84a764796081fd35469135bdb692c3808b
2 parents c49a209 + 27a7f92 commit bf3ddfc

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)