mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
Perform cargo check on the release artifacts
This commit is contained in:
parent
6dc6a5d874
commit
87576cf26c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --workspace --all-targets
|
args: --workspace --all-targets --release
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user