mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 07:30:01 +08:00
4 lines
28 B
Bash
4 lines
28 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd .
|
||
|
|
go test -v
|