Skip to content

Commit

Permalink
note no test
Browse files Browse the repository at this point in the history
  • Loading branch information
strass authored Jul 27, 2024
1 parent e911062 commit 6047ad3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit 6047ad3

Please sign in to comment.