Skip to content

Commit ccc7b53

Browse files
committed
fix?
1 parent 2c23b76 commit ccc7b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
- name: Build rewatch
127127
if: steps.rewatch-build-cache.outputs.cache-hit != 'true'
128128
run: |
129+
cargo build --manifest-path rewatch/Cargo.toml --release
130+
# build specific target
129131
cargo build --manifest-path rewatch/Cargo.toml --target ${{ matrix.rust-target }} --release
130132
131133
- name: Run rewatch unit tests

0 commit comments

Comments
 (0)