Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Aug 24, 2023
1 parent 943983b commit 86ac4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 ./...

0 comments on commit 86ac4b5

Please sign in to comment.