update go test case

This commit is contained in:
liuyq-617 2021-08-16 16:21:21 +08:00
parent 6c5288b2eb
commit 94beba1125
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ script_dir="$(dirname $(readlink -f $0))"
cd $script_dir
rm -f go.*
go mod init demotest
go mod tidy
go build
sleep 1s
./demotest -h $1 -p $2