Skip to content

Commit 1b8b1a2

Browse files
committed
Fix pkcs11-provider integration test
Enables pqc in the build Signed-off-by: Simo Sorce <[email protected]>
1 parent e72e074 commit 1b8b1a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pkcs11-provider.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
name: Integration test with pkcs11-provider
1313
runs-on: ubuntu-22.04
14-
container: fedora:latest
14+
container: fedora:rawhide
1515
steps:
1616
- name: Get Date for DNF cache entry
1717
id: get-date
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: Build & test
5555
run: |
56-
cargo build --no-default-features --features dynamic,standard,nssdb
57-
cargo test --no-default-features --features dynamic,standard,nssdb | tee testout.log 2>&1
56+
cargo build --no-default-features --features dynamic,standard,nssdb,pqc
57+
cargo test --no-default-features --features dynamic,standard,nssdb,pqc | tee testout.log 2>&1
5858
grep -q "0 failed" testout.log
5959
6060
- name: Get pkcs11-provider

0 commit comments

Comments
 (0)