Skip to content

Commit 0dbac8f

Browse files
committed
build kryoptic with debug logging
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 18bd805 commit 0dbac8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/kryoptic.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Build kryoptic
187187
run: |
188-
FEATURES="fips,pqc,dummy-integrity"
188+
FEATURES="fips,pqc,dummy-integrity,log"
189189
OPTS="--no-default-features"
190190
191191
cd ../kryoptic &&
@@ -210,5 +210,7 @@ jobs:
210210
TEST_PKCS11_MODULE: /__w/rust-cryptoki/kryoptic/target/debug/libkryoptic_pkcs11.so
211211
OUT_DIR: /__w/rust-cryptoki/kryoptic/target/debug/deps/
212212
RUST_BACKTRACE: 1
213-
run: cargo build --all-features && cargo test
213+
KRYOPTIC_TRACE: stdout
214+
KRYOPTIC_TRACE_LEVEL: trace
215+
run: cargo build --all-features && cargo test sign_verify_eddsa_with_ed25519_schemes
214216

0 commit comments

Comments
 (0)