modify test.sh

v4
suxb201 2 years ago committed by suxb201
parent 6a31f34835
commit 891b976ddb
  1. 2
      test.sh

@ -2,5 +2,5 @@
cd src
PKGS=$(go list ./... | grep -v /vendor/)
PKGS=$(go list ./...)
go test $PKGS

Loading…
Cancel
Save