mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
.POSIX:
|
||
|
|
||
|
default: test
|
||
|
|
||
|
test:
|
||
|
go test -v -timeout 30m
|