Update go.yml

This commit is contained in:
Bernd Schoolmann 2023-08-24 21:07:59 +02:00 committed by GitHub
parent 943983be98
commit 86ac4b545c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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