Add testing example (#24)

This commit is contained in:
David Pedersen
2021-06-19 13:44:21 +02:00
committed by GitHub
parent 356f1c8424
commit 44577a0108
3 changed files with 105 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features
args: --all --all-features --all-targets
deny-check:
name: cargo-deny check