mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Merge #170
170: Improve CI r=MarinPostma a=curquiza Checked with @Kerollmops to improve (a little bit) the CI execution time. Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
53c88d9fa3
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
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --no-default-features
|
||||
command: build
|
||||
args: --locked --release --no-default-features
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user