mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04: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
|
||||
with:
|
||||
command: check
|
||||
args: --workspace --all-targets
|
||||
args: --workspace --all-targets --release
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user