mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
Use go bin
This commit is contained in:
parent
8d05789749
commit
cffb08ad23
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:
|
||||
|
Loading…
Reference in New Issue
Block a user