Skip to content

Commit

Permalink
Revert "chore: synchronize workspaces"
Browse files Browse the repository at this point in the history
This reverts commit d1020ba.
  • Loading branch information
aeneasr committed Jan 11, 2025
1 parent 91e55ad commit 87bd67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile-test-hsm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ENV HSM_ENABLED=true
ENV HSM_LIBRARY=/usr/lib/softhsm/libsofthsm2.so
ENV HSM_TOKEN_LABEL=hydra
ENV HSM_PIN=1234
ENV UPDATE_SNAPSHOTS=true

RUN apt-get -y install softhsm opensc
RUN pkcs11-tool --module "$HSM_LIBRARY" --slot 0 --init-token --so-pin 0000 --init-pin --pin "$HSM_PIN" --label "$HSM_TOKEN_LABEL"
Expand All @@ -29,4 +30,4 @@ RUN go test -p 1 -failfast -short -tags=sqlite,hsm ./...

FROM builder AS test-refresh-hsm

RUN UPDATE_SNAPSHOTS=true go test -p 1 -failfast -short -tags=sqlite,hsm,refresh ./...
RUN go test -p 1 -failfast -short -tags=sqlite,hsm,refresh ./...

0 comments on commit 87bd67f

Please sign in to comment.