8 lines
77 B
Makefile
8 lines
77 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test ./...
|
|
|
|
golden:
|
|
cp -r test/output/* test/golden
|