mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
test:
|
|
go test -v ./auth/...
|
|
go test -v ./conf/...
|
|
go test -v ./cdn/...
|
|
go test -v ./storage/...
|