Skip to content

Commit

Permalink
fixed go test call
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Aug 10, 2024
1 parent 53d8e8f commit a1592b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: '1.21'

- name: Test
run: go test -v ./..
run: go test -v ./...

- name: Build
run: go build -o potatodrive.exe ./cmd/main
Expand Down

0 comments on commit a1592b3

Please sign in to comment.