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: with:
command: test command: test
- uses: actions-rs/cargo@v1 # - uses: actions-rs/cargo@v1
with: # with:
command: bench # command: bench
args: --no-run # args: --no-run
# - uses: actions-rs/cargo@v1 # - uses: actions-rs/cargo@v1
# with: # with: