Update go.yml
This commit is contained in:
parent
943983be98
commit
86ac4b545c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -tags "nofido2 noautofill" -v ./...
|
run: go build -tags "nofido2 noautofill" -v ./...
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -tags "nofido2 noautofill" -v ./...
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -51,4 +51,4 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -tags "nofido2 noautofill" -v ./...
|
run: go build -tags "nofido2 noautofill" -v ./...
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -tags "nofido2 noautofill" -v ./...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue