foundation/Makefile

6 lines
58 B
Makefile
Raw Permalink Normal View History

2022-08-10 10:09:36 +01:00
check:
go fmt ./...
test:
go test -race -count 1 ./...