added env vars
This commit is contained in:
parent
df77c2a2b9
commit
bcfd731c15
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -60,6 +60,8 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
|
||||
test-ubuntu:
|
||||
runs-on: [ self-hosted, Linux]
|
||||
|
|
@ -73,4 +75,6 @@ jobs:
|
|||
go-version-file: 'go.mod'
|
||||
|
||||
- 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