Avoid compiling benchmarks and speedup the CI

This commit is contained in:
Clément Renault 2020-11-11 11:14:57 +01:00
parent 5a6b62e77c
commit a55453e634
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

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: