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:
|
||||
command: test
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: bench
|
||||
args: --no-run
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: bench
|
||||
# args: --no-run
|
||||
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
|
Loading…
Reference in New Issue
Block a user