Merge pull request #33 from meilisearch/speedup-CI

Avoid compiling benchmarks and speedup the CI
This commit is contained in:
Clément Renault
2020-11-11 11:20:26 +01:00
committed by GitHub

View File

@ -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: