From 6047ad308b9f78a17e90e63bce395308ba99e49f Mon Sep 17 00:00:00 2001 From: zak <134242+strass@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:54:41 -0700 Subject: [PATCH] note no test --- .github/workflows/go.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bc0184b..06d6b88 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,9 +20,11 @@ jobs: uses: actions/setup-go@v4 with: go-version: '^1.22' - - - name: Test - run: go test -v ./... + + # This won't be possible until I stand a vault server up and apply all the policies it needs + # Probably not worth it on GH Actions for now + # - name: Test + # run: go test -v ./... - name: Build run: go build -v ./...