mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
chore: add Makefile test target for running Go tests
This commit is contained in:
@@ -14,6 +14,9 @@ clean:
|
|||||||
lint:
|
lint:
|
||||||
golangci-lint run
|
golangci-lint run
|
||||||
|
|
||||||
|
test:
|
||||||
|
go test -tags=testing ./...
|
||||||
|
|
||||||
tidy:
|
tidy:
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user