mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge pull request #33 from meilisearch/speedup-CI
Avoid compiling benchmarks and speedup the CI
This commit is contained in:
commit
fbe8ec1fe7
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