Skip to content

Commit 1b14652

Browse files
chore(ci): add ci
1 parent 845702c commit 1b14652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
SIGNING_SERVER_BIN: ${{ github.workspace }}/signing-server
7373
HSM_PUBLIC_KEY_FILE: ${{ github.workspace }}/public_key.pem
7474
run: |
75-
go test -v ./...
75+
sudo go test -v ./...

cmd/signing-server/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestSoftHSMConcurrentSignRequests(t *testing.T) {
6666

6767
go func() {
6868
if err := run(&Config{
69-
HSMModule: strings.TrimSpace(string(hsmModule)),
69+
HSMModule: strings.TrimSpace(hsmModule),
7070
HSMTokenLabel: tokenLabel,
7171
HSMSlot: -1,
7272
HSMKeyLabel: keyLabel,

0 commit comments

Comments
 (0)