Skip to content

Commit

Permalink
Use go bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jun 25, 2021
1 parent 8d05789 commit cffb08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: sudo --preserve-env=GOROOT go test ./...
run: GOBIN=$(which go) && sudo --preserve-env=GOROOT $GOBIN test ./...

test_build:
strategy:
Expand Down

0 comments on commit cffb08a

Please sign in to comment.