diff --git a/scripts/test-native-with-redis.sh b/scripts/testing/test-native-with-redis.sh similarity index 93% rename from scripts/test-native-with-redis.sh rename to scripts/testing/test-native-with-redis.sh index a66e889..50fd3c7 100755 --- a/scripts/test-native-with-redis.sh +++ b/scripts/testing/test-native-with-redis.sh @@ -31,7 +31,7 @@ echo "" # Run tests with native_libs build tag 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]}