We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd805 commit 0dbac8fCopy full SHA for 0dbac8f
.github/workflows/kryoptic.yml
@@ -185,7 +185,7 @@ jobs:
185
186
- name: Build kryoptic
187
run: |
188
- FEATURES="fips,pqc,dummy-integrity"
+ FEATURES="fips,pqc,dummy-integrity,log"
189
OPTS="--no-default-features"
190
191
cd ../kryoptic &&
@@ -210,5 +210,7 @@ jobs:
210
TEST_PKCS11_MODULE: /__w/rust-cryptoki/kryoptic/target/debug/libkryoptic_pkcs11.so
211
OUT_DIR: /__w/rust-cryptoki/kryoptic/target/debug/deps/
212
RUST_BACKTRACE: 1
213
- run: cargo build --all-features && cargo test
+ KRYOPTIC_TRACE: stdout
214
+ KRYOPTIC_TRACE_LEVEL: trace
215
+ run: cargo build --all-features && cargo test sign_verify_eddsa_with_ed25519_schemes
216
0 commit comments