mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Make sure that all the workspaces crates compile
This commit is contained in:
parent
82fb5f0bef
commit
99b45d2aa0
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --all
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
|
Loading…
Reference in New Issue
Block a user