7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
test:
|
||
|
docker-compose run --rm test make _test
|
||
|
|
||
|
_test:
|
||
|
go test
|
||
|
|