mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
Merge #677
677: run the tests in all workspaces r=curquiza a=irevoire With #676 I noticed the tests were not running in any of our sub crates. Most of our sub crates didn't includes any tests though. But the filter-parser did and we're lucky we never broke these one without noticing 😁 Co-authored-by: Irevoire <tamo@meilisearch.com>
This commit is contained in:
commit
fe5a0219e1
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --release
|
||||
args: --release --all
|
||||
|
||||
fmt:
|
||||
name: Run Rustfmt
|
||||
|
Loading…
Reference in New Issue
Block a user