Skip to content

Commit e05a6a5

Browse files
committed
don't run unit tests if we don't build a new rewatch binary
1 parent d191e3b commit e05a6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
cargo build --manifest-path rewatch/Cargo.toml --target ${{ matrix.rust-target }} --release
106106
107107
- name: Run rewatch unit tests
108+
if: steps.build-cache.outputs.cache-hit != 'true'
108109
run: |
109110
cargo test --manifest-path rewatch/Cargo.toml
110111

0 commit comments

Comments
 (0)