Files
opencloud/vendor/github.com/gofrs/flock/Makefile
Jörn Friedrich Dreyer ca113f5751 bump dependencies
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-18 17:35:30 +02:00

16 lines
215 B
Makefile

.PHONY: lint test test_race build_cross_os
default: lint test build_cross_os
test:
go test -v -cover ./...
test_race:
CGO_ENABLED=1 go test -v -race ./...
lint:
golangci-lint run
build_cross_os:
./build.sh