fix all benchmarks and add the compile time checking of the benhcmarks in the ci

This commit is contained in:
Tamo 2021-09-22 12:10:21 +02:00
parent fe9f380993
commit 176160d32f
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
5 changed files with 94 additions and 58 deletions

View file

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all
args: --workspace --all-targets
- name: Run cargo test
uses: actions-rs/cargo@v1
with: