From b0bc66400fe53a65b8bee88fb04394c4d45ebc6b Mon Sep 17 00:00:00 2001 From: Charles Tang Date: Mon, 9 Oct 2023 19:58:31 -0700 Subject: [PATCH] Switch ordering of foundry gpu tests (#665) --- .github/mcp/mcp_pytest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/mcp/mcp_pytest.py b/.github/mcp/mcp_pytest.py index 94f6f644b0..ba51576a2b 100644 --- a/.github/mcp/mcp_pytest.py +++ b/.github/mcp/mcp_pytest.py @@ -93,10 +93,10 @@ export COMMON_ARGS="-v --durations=20 -m '{args.pytest_markers}' {clear_tmp_path_flag}" - make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks" - make test-dist PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS" WORLD_SIZE=2 + make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks" + python -m coverage combine python -m coverage report