We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c421c commit c4f2c3eCopy full SHA for c4f2c3e
1 file changed
.github/workflows/ci.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: Check all features source
75
run: cargo check --target ${{ matrix.target }} --all-features --workspace --all-targets
76
77
- test:
78
- name: Unit tests
+ tests-softhsm:
+ name: Run tests against SoftHSM
79
runs-on: ubuntu-latest
80
continue-on-error: true
81
strategy:
0 commit comments