diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9554a02e8d..9388bd49de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -436,7 +436,7 @@ jobs: ) & MONITOR_PID=$! - poetry run trial tests.storage.databases.main.test_metrics.ExtremStatisticsTestCase.test_exposed_to_prometheus + poetry run trial tests STATUS=$? kill $MONITOR_PID