Skip to content

Commit dbd3858

Browse files
committed
Add pbkdf2 pin to matrix
1 parent 828b55c commit dbd3858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
uses: ./.github/workflows/build-workflow.yml
8787
with:
8888
config: --enable-nss
89+
pbkdf2:
90+
uses: ./.github/workflows/build-workflow.yml
91+
with:
92+
config: --enable-pbkdf2 --with-pbkdf2-iterations=1000
8993

9094
debug:
9195
uses: ./.github/workflows/build-workflow.yml

0 commit comments

Comments
 (0)