Simplify Vault start on Windows
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 21s
Test / tests (linux-amd64) (push) Successful in 26s
Run Gosec / tests (push) Successful in 51s
Test / tests (linux-arm64) (push) Successful in 3m3s
Test / tests (windows-amd64) (push) Failing after 6m24s

This commit is contained in:
2025-09-09 16:29:58 +02:00
parent d7a9ac2968
commit e3752ce910
3 changed files with 46 additions and 135 deletions

View File

@@ -73,6 +73,11 @@ jobs:
VAULT_SKIP_VERIFY: "true"
run: |
.\script\vault-setup.ps1
artifacts:
paths:
- vault.pid
- vault.out.log
- vault.err.log
- name: Vet
run: go vet -v ./...