Skip to content

Commit 87bd67f

Browse files
committed
Revert "chore: synchronize workspaces"
This reverts commit d1020ba.
1 parent 91e55ad commit 87bd67f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/Dockerfile-test-hsm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ENV HSM_ENABLED=true
1919
ENV HSM_LIBRARY=/usr/lib/softhsm/libsofthsm2.so
2020
ENV HSM_TOKEN_LABEL=hydra
2121
ENV HSM_PIN=1234
22+
ENV UPDATE_SNAPSHOTS=true
2223

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

3031
FROM builder AS test-refresh-hsm
3132

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

0 commit comments

Comments
 (0)