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
commit fbe8ec1fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: