adds cargo checks and tests to workflows and locally

This commit is contained in:
Fabian Kaczmarczyck
2020-04-29 09:47:50 +02:00
parent 2aeeff3bb5
commit 8bbf42623f
7 changed files with 52 additions and 21 deletions

View File

@@ -93,4 +93,10 @@ then
echo "Running unit tests on the desktop (debug mode + CTAP2.1)..."
cargo test --features std,with_ctap2_1
echo "Running unit tests on the desktop (release mode + CTAP1 + CTAP2.1)..."
cargo test --release --features std,with_ctap1,with_ctap2_1
echo "Running unit tests on the desktop (debug mode + CTAP1 + CTAP2.1)..."
cargo test --features std,with_ctap1,with_ctap2_1
fi