Skip to content

Commit

Permalink
Switch ordering of foundry gpu tests (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck authored Oct 10, 2023
1 parent 11e26c1 commit b0bc664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mcp/mcp_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0bc664

Please sign in to comment.