From 86ac4b545c3e1b5abfad55b8774fcbccff95966c Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 24 Aug 2023 21:07:59 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...