Skip to content

Commit

Permalink
without cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Mar 28, 2024
1 parent 37eb734 commit 5bda07f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- run: cargo install rustfilt coverage-prepare cargo-careful
if: steps.cache-rust.outputs.cache-hit != 'true'
# if: steps.cache-rust.outputs.cache-hit != 'true'

- run: rustup component add llvm-tools-preview

Expand All @@ -50,7 +50,9 @@ jobs:
- run: coverage-prepare --ignore-filename-regex '/tests/' lcov $(find target/debug/deps -regex '.*/main[^.]*')

- run: cargo test --doc
- run: cargo +nightly careful t -F python

- run: cargo careful t -F python
if: matrix.rust-version == 'nightly'

- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 5bda07f

Please sign in to comment.