-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Feature: add a GitHub workflow to test PKI on pull request
Signed-off-by: Volodymyr Khoroz <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
go-version: '~1.19' | ||
- name: Setup test deps | ||
uses: ConorMacBride/[email protected] | ||
with: | ||
apt: openssl softhsm2 opensc libengine-pkcs11-openssl | ||
- name: Clone the code | ||
uses: actions/checkout@v4 | ||
- name: Setup test deps | ||
run: sudo make install-test-pki-deps | ||
- name: Run tests | ||
run: make test-pki |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters