Skip to content

Commit

Permalink
Fix CI for running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Vallee <[email protected]>
  • Loading branch information
gvallee committed Dec 16, 2019
1 parent 4b32493 commit 41af986
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 @@ -27,7 +27,7 @@ jobs:
- name: Build and test
run: |
go build ./...
go test
go test ./...
env:
GOPATH: /tmp/go

0 comments on commit 41af986

Please sign in to comment.