Skip to content

Commit

Permalink
github CI -- enforce go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hmage committed Aug 16, 2019
1 parent 11f5926 commit 8b36adf
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 @@ -13,4 +13,4 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Test
run: go test ./...
run: GO111MODULE=on go test ./...

0 comments on commit 8b36adf

Please sign in to comment.