Skip to content

Commit

Permalink
Uncomment GOPATH testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wyk9787 committed Jun 25, 2020
1 parent 06eda0c commit 4c0d48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
./test.sh
- name: Check to make sure that tests also work in GOPATH mode
# env:
# GO111MODULE: off
env:
GO111MODULE: off
run: |
go get -d .
go test -v ./...
Expand Down

0 comments on commit 4c0d48d

Please sign in to comment.