Skip to content

Commit

Permalink
ci: Fix kryoptic build by including all standard algorithms
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje authored and simo5 committed Nov 22, 2024
1 parent f291b44 commit 20bc584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build Kryoptic
run: |
cd kryoptic
cargo build
cargo build --features standard
- name: Setup, Build and Install pkcs11-provider
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kryoptic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Build Kryoptic
run: |
cd kryoptic
cargo build
cargo test | tee testout.log 2>&1
cargo build --features standard
cargo test --features standard | tee testout.log 2>&1
grep -q "0 failed" testout.log
- name: Setup
Expand Down

0 comments on commit 20bc584

Please sign in to comment.