cycle-scheduler/Makefile
2024-09-14 10:38:14 +02:00

8 lines
85 B
Makefile

run: lint
go run main.go
lint:
golangci-lint run ./...
test:
go test ./... -race