Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Oct 20, 2019
1 parent 1dbc43c commit 72ab860
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
dep ensure
fi
env:
GOPATH: $HOME
GOPATH: /go
PATH: $GOPATH/bin:/usr/local/go/bin:$PATH

- name: Build
run: |
Expand All @@ -33,4 +34,5 @@ jobs:
go build -o immortaldir cmd/immortaldir/main.go
go test -race -v
env:
GOPATH: $HOME
GOPATH: /go
PATH: $GOPATH/bin:/usr/local/go/bin:$PATH

0 comments on commit 72ab860

Please sign in to comment.