mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-08 15:52:25 +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/...
|