Files
EdgeNode/build/test.sh
2023-06-07 21:49:42 +08:00

9 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
TAG=${1}
if [ -z "$TAG" ]; then
TAG="community"
fi
go test -v ../... -tags=${TAG}