Skip to content

Commit

Permalink
build: Exported GOPATH before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerex committed Jun 16, 2022
1 parent 0d93cf9 commit b49066d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
run: ./bin/build

- name: Test
run: ./bin/test
run: |
export GOPATH=$(go env GOPATH)/bin
./bin/test

0 comments on commit b49066d

Please sign in to comment.