mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Fix linting
This commit is contained in:
parent
e6bb5f484c
commit
dc77efc31a
2 changed files with 3 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -229,6 +229,9 @@ cli-build-results:
|
|||
check: test fmt-check vet lint staticcheck
|
||||
|
||||
test: .PHONY
|
||||
go test $(shell go list ./... | grep -vE 'ntfy/(test|examples|tools)')
|
||||
|
||||
testv: .PHONY
|
||||
go test -v $(shell go list ./... | grep -vE 'ntfy/(test|examples|tools)')
|
||||
|
||||
race: .PHONY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue