Skip to content

Commit

Permalink
Use v2 directory in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tg committed Apr 4, 2024
1 parent 2b4fd4c commit 22cfe8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
-
name: Build
run: go build -v ./...
working-directory: v2
-
name: Test
run: go test -v ./...
working-directory: v2
-
name: Vet
run: go vet -v ./...
working-directory: v2
-
if: startsWith(github.ref, 'refs/tags/v') == true
name: Import GPG key
Expand Down

0 comments on commit 22cfe8f

Please sign in to comment.