chore: move test-native-with-redis.sh to scripts/testing/

This commit is contained in:
Jeremie Fraeys 2026-02-21 13:58:19 -05:00
parent c89d970210
commit 4b2ee75072
No known key found for this signature in database

View file

@ -31,7 +31,7 @@ echo ""
# Run tests with native_libs build tag # Run tests with native_libs build tag
echo "Running tests with -tags native_libs..." echo "Running tests with -tags native_libs..."
CGO_ENABLED=1 go test -tags native_libs -v ./tests/... 2>&1 | head -100 CGO_ENABLED=1 go test -tags native_libs -v ./tests/benchmarks/... 2>&1 | head -100
TEST_EXIT=${PIPESTATUS[0]} TEST_EXIT=${PIPESTATUS[0]}