diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml index d61fe2a407..e34af633b8 100644 --- a/.github/workflows/compiler-test.yml +++ b/.github/workflows/compiler-test.yml @@ -103,7 +103,7 @@ jobs: run: | pytest -n 50 --dist=load tests/other --doctest-modules --junitxml=test_results/other.xml - pytest --dist=load tests/importer --doctest-modules --junitxml=test_results/importer.xml + pytest tests/importer --doctest-modules --junitxml=test_results/importer.xml pytest -n 50 --dist=load tests/schedule --doctest-modules --junitxml=test_results/schedule.xml pytest -n 50 --dist=load tests/graph_partition --doctest-modules --junitxml=test_results/graph_partition.xml pytest -n 50 --dist=load tests/transform --doctest-modules --junitxml=test_results/transform.xml