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 2c23b76 commit ccc7b53Copy full SHA for ccc7b53
.github/workflows/ci.yml
@@ -126,6 +126,8 @@ jobs:
126
- name: Build rewatch
127
if: steps.rewatch-build-cache.outputs.cache-hit != 'true'
128
run: |
129
+ cargo build --manifest-path rewatch/Cargo.toml --release
130
+ # build specific target
131
cargo build --manifest-path rewatch/Cargo.toml --target ${{ matrix.rust-target }} --release
132
133
- name: Run rewatch unit tests
0 commit comments