diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dab5c3e..9713ef2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./...