Implement minimal benchmarking of dependency tracking

This commit is contained in:
2021-07-10 22:10:16 +02:00
parent 79ed599a2f
commit 308af218e1
4 changed files with 93 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features
# --all-targets ensures that we also build the benchmarks and tests already.
args: --all-features --all-targets
- uses: actions-rs/cargo@v1
with: