Skip to content

Commit b5e4eb7

Browse files
committed
Clarify that unit tests are run against SoftHSM
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 9697473 commit b5e4eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Check all features source
7575
run: cargo check --target ${{ matrix.target }} --all-features --workspace --all-targets
7676

77-
test:
78-
name: Unit tests
77+
tests-softhsm:
78+
name: Run tests against SoftHSM
7979
runs-on: ubuntu-latest
8080
continue-on-error: true
8181
strategy:

0 commit comments

Comments
 (0)