Update main.yml
This commit is contained in:
parent
985033f9f1
commit
e3a2aa4011
|
@ -36,9 +36,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GOARCH: 386
|
GOARCH: 386
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
refreshenv
|
||||||
echo %PATH%
|
echo %PATH%
|
||||||
go env
|
|
||||||
go test
|
go test
|
||||||
Linux_x64:
|
Linux_x64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue