mirror of
https://github.com/wiretrustee/wiretrustee.git
synced 2021-06-30 00:55:41 +03:00
Use go bin
This commit is contained in:
2
.github/workflows/golang-test.yml
vendored
2
.github/workflows/golang-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user