We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191e3b commit e05a6a5Copy full SHA for e05a6a5
.github/workflows/ci.yml
@@ -105,6 +105,7 @@ jobs:
105
cargo build --manifest-path rewatch/Cargo.toml --target ${{ matrix.rust-target }} --release
106
107
- name: Run rewatch unit tests
108
+ if: steps.build-cache.outputs.cache-hit != 'true'
109
run: |
110
cargo test --manifest-path rewatch/Cargo.toml
111
0 commit comments