mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-24 02:01:00 +01:00
Update go.yml
This commit is contained in:
parent
943983be98
commit
86ac4b545c
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 New Issue
Block a user