chore: move test-native-with-redis.sh to scripts/testing/
This commit is contained in:
parent
c89d970210
commit
4b2ee75072
1 changed files with 1 additions and 1 deletions
|
|
@ -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]}
|
||||||
|
|
||||||
Loading…
Reference in a new issue