added env vars
This commit is contained in:
parent
df77c2a2b9
commit
bcfd731c15
1 changed files with 5 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -60,6 +60,8 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
env:
|
||||||
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
runs-on: [ self-hosted, Linux]
|
runs-on: [ self-hosted, Linux]
|
||||||
|
|
@ -74,3 +76,5 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
env:
|
||||||
|
CGO_ENABLED: 0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue