mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Avoid compiling benchmarks and speedup the CI
This commit is contained in:
parent
5a6b62e77c
commit
a55453e634
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
# - uses: actions-rs/cargo@v1
|
||||||
with:
|
# with:
|
||||||
command: bench
|
# command: bench
|
||||||
args: --no-run
|
# args: --no-run
|
||||||
|
|
||||||
# - uses: actions-rs/cargo@v1
|
# - uses: actions-rs/cargo@v1
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
Reference in New Issue
Block a user