diff --git a/scripts/integration_tests.sh b/scripts/integration_tests.sh index 361098a5fc..acdf61bbb9 100755 --- a/scripts/integration_tests.sh +++ b/scripts/integration_tests.sh @@ -1 +1 @@ -cargo test ./opentelemetry-otlp/tests/integration_test/tests -- --ignored +cd ./opentelemetry-otlp/tests/integration_test/tests && cargo test -- --ignored