Add ed25519 to local and github tests

This commit is contained in:
Julien Cretin
2022-05-20 10:05:11 +02:00
parent 926410509a
commit 67ef705eb4
3 changed files with 11 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features "with_ctap1,vendor_hid,with_nfc,std" --no-fail-fast
args: --features "with_ctap1,vendor_hid,ed25519,with_nfc,std" --no-fail-fast
env:
RUSTFLAGS: "-Zinstrument-coverage"
LLVM_PROFILE_FILE: "opensk-%p-%m.profraw"