mirror of https://github.com/gophish/gophish
Attempt non-verbose testing to reduce annotations
parent
50ba2109a0
commit
3c421bbf28
|
@ -33,4 +33,4 @@ jobs:
|
|||
run: diff -u <(echo -n) <(gofmt -d .)
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test ./...
|
||||
|
|
Loading…
Reference in New Issue