chore: lint tests in subpackages

This commit is contained in:
stainless-app[bot]
2025-07-11 00:00:36 +00:00
parent 75e593f9cb
commit 7ca2ea5178

View File

@@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."
echo "==> Running Go build"
go build .
go build ./...
echo "==> Checking tests compile"
go test -run=^$ .
go test -run=^$ ./...