mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Improve CI
This commit is contained in:
parent
8bc7dd8b03
commit
3ee2b07918
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
|||||||
- name: Run cargo check without any default features
|
- name: Run cargo check without any default features
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: build
|
||||||
args: --no-default-features
|
args: --locked --release --no-default-features
|
||||||
- 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