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
|
||||
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 a new issue