We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3cb4e commit a19e51bCopy full SHA for a19e51b
2 files changed
.github/workflows/golang-tests.yml
@@ -25,4 +25,4 @@ jobs:
25
env:
26
SOPS_AGE_KEY_FILE: ${{ github.workspace }}/test_assets/keys.txt
27
GITOPS_ROOT_DIR: ${{ github.workspace }}
28
- run: go test ./...
+ run: go test ./internal/... -race
hack/soft-serve/start.sh
@@ -31,7 +31,6 @@ ssh-keygen -t ed25519 -N '' -f $BASE/hack/soft-serve/ssh-key
31
export SOFT_SERVE_INITIAL_ADMIN_KEYS=$(cat $BASE/hack/soft-serve/ssh-key.pub)
32
33
mkdir -p $BASE/hack/soft-serve/data
34
-chmod 700 $BASE/hack/soft-serve/data
35
36
docker compose -f $BASE/hack/soft-serve/docker-compose.yml up -d
37
0 commit comments