added env vars

This commit is contained in:
redanthrax 2022-06-27 17:02:03 -07:00
parent df77c2a2b9
commit bcfd731c15

View file

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