Files
EdgeNode/build/test.sh

9 lines
105 B
Bash
Raw Normal View History

2023-06-07 21:49:42 +08:00
#!/usr/bin/env bash
TAG=${1}
if [ -z "$TAG" ]; then
TAG="community"
fi
go test -v ../... -tags=${TAG}