mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
7 lines
55 B
Makefile
7 lines
55 B
Makefile
![]() |
.POSIX:
|
||
|
|
||
|
default: test
|
||
|
|
||
|
test:
|
||
|
go test -v -timeout 30m
|