mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 17:58:02 +02:00
preserve env GOROOT
This commit is contained in:
parent
ca5970140f
commit
8d05789749
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 go test ./...
|
||||
run: sudo --preserve-env=GOROOT go test ./...
|
||||
|
||||
test_build:
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user