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