foundation/Makefile
2022-08-10 11:09:36 +02:00

5 lines
58 B
Makefile

check:
go fmt ./...
test:
go test -race -count 1 ./...