mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-21 06:45:26 -06:00
Fix lint, make pipeline use psotgres
This commit is contained in:
parent
9cc9891f49
commit
939b3d1117
5 changed files with 16 additions and 42 deletions
2
Makefile
2
Makefile
|
|
@ -265,6 +265,8 @@ cli-build-results:
|
|||
|
||||
check: test web-fmt-check fmt-check vet web-lint lint staticcheck
|
||||
|
||||
checkv: testv web-fmt-check fmt-check vet web-lint lint staticcheck
|
||||
|
||||
test: .PHONY
|
||||
go test $(shell go list ./... | grep -vE 'ntfy/(test|examples|tools)')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue