preserve env GOROOT

This commit is contained in:
mlsmaycon 2021-06-25 11:18:34 +02:00
parent ca5970140f
commit 8d05789749

View File

@ -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: