Skip to content

Commit ac6a87d

Browse files
authored
Run Rewatch tests in release mode. (#7663)
1 parent 326acd6 commit ac6a87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Run rewatch unit tests
135135
if: steps.rewatch-build-cache.outputs.cache-hit != 'true'
136136
run: |
137-
cargo test --manifest-path rewatch/Cargo.toml
137+
cargo test --manifest-path rewatch/Cargo.toml --release
138138
139139
- name: Copy rewatch binary
140140
run: |

0 commit comments

Comments
 (0)