From 839677ac4c1b9e1b7d243509c5feb302fb8a50a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=CE=BBRI-U5?= Date: Mon, 29 Jan 2024 20:34:10 +0700 Subject: [PATCH] Update 3d_parallelism_unit_tests.yaml --- .github/workflows/3d_parallelism_unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/3d_parallelism_unit_tests.yaml b/.github/workflows/3d_parallelism_unit_tests.yaml index f2797418..05d0f9f6 100644 --- a/.github/workflows/3d_parallelism_unit_tests.yaml +++ b/.github/workflows/3d_parallelism_unit_tests.yaml @@ -59,4 +59,4 @@ jobs: - name: Run tests # NOTE: -m "not fa2" will run all the unit tests that don't have the mark # "fa2" (these are FA2-related tests, we can't run it on T4) - run: pytest -n 1 -m "not fa2" --color=yes --durations=0 --verbose tests/ + run: pytest -n 5 -m "not fa2" --color=yes --durations=0 --verbose tests/