Skip to content

Commit a19e51b

Browse files
committed
fix(ci): limiting golang tests
1 parent 5f3cb4e commit a19e51b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/golang-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
SOPS_AGE_KEY_FILE: ${{ github.workspace }}/test_assets/keys.txt
2727
GITOPS_ROOT_DIR: ${{ github.workspace }}
28-
run: go test ./...
28+
run: go test ./internal/... -race

hack/soft-serve/start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ssh-keygen -t ed25519 -N '' -f $BASE/hack/soft-serve/ssh-key
3131
export SOFT_SERVE_INITIAL_ADMIN_KEYS=$(cat $BASE/hack/soft-serve/ssh-key.pub)
3232

3333
mkdir -p $BASE/hack/soft-serve/data
34-
chmod 700 $BASE/hack/soft-serve/data
3534

3635
docker compose -f $BASE/hack/soft-serve/docker-compose.yml up -d
3736

0 commit comments

Comments
 (0)