mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 14:49:06 +07:00
7 lines
76 B
Makefile
7 lines
76 B
Makefile
.POSIX:
|
|
|
|
default: test
|
|
|
|
test:
|
|
gotestsum --format testname -- --timeout 30m
|