Make sure that the benchmarks always compile

This commit is contained in:
Kerollmops 2021-06-03 10:29:21 +02:00
parent 834504aec0
commit 6b7841fefc
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -37,6 +37,11 @@ jobs:
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: bench
args: --no-run -p benchmarks
# - uses: actions-rs/cargo@v1
# with:
# command: bench