Update go.yml
This commit is contained in:
parent
943983be98
commit
86ac4b545c
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Build
|
||||
run: go build -tags "nofido2 noautofill" -v ./...
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -tags "nofido2 noautofill" -v ./...
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
@ -51,4 +51,4 @@ jobs:
|
|||
- name: Build
|
||||
run: go build -tags "nofido2 noautofill" -v ./...
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -tags "nofido2 noautofill" -v ./...
|
||||
|
|
Loading…
Reference in New Issue