update go test case
This commit is contained in:
parent
6c5288b2eb
commit
94beba1125
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue