Moar bugs squashed
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 20s
Test / tests (windows-amd64) (push) Failing after 29s
Test / tests (linux-amd64) (push) Successful in 26s
Run Gosec / tests (push) Successful in 51s
Test / tests (linux-arm64) (push) Successful in 2m48s

This commit is contained in:
2025-09-09 16:54:12 +02:00
parent 45d09fd25b
commit 91eceddc89

View File

@@ -68,6 +68,8 @@ jobs:
if: matrix.arch == 'windows-amd64' if: matrix.arch == 'windows-amd64'
shell: pwsh shell: pwsh
env: env:
TEST_VAULT_KEY: ${{ vars.TEST_VAULT_KEY }}
TEST_VAULT_VALUE: ${{ vars.TEST_VAULT_VALUE }}
VAULT_ADDR: "https://127.0.0.1:8200" VAULT_ADDR: "https://127.0.0.1:8200"
VAULT_TOKEN: root VAULT_TOKEN: root
VAULT_SKIP_VERIFY: "true" VAULT_SKIP_VERIFY: "true"