Skip to content

Commit

Permalink
fixup! [test] Parallelize long-running pytest files
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Apr 4, 2024
1 parent 199d0d0 commit c0fe7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
run: |
echo "uname -a: $( uname -a )"
echo "Shell: $SHELL"
echo "Cores: $( nproc )"
echo "Mount points:"; mount
cat /proc/cpuinfo | sed '/^$/q'
- uses: msys2/setup-msys2@v2
if: startsWith( matrix.os, 'windows' )
Expand Down

0 comments on commit c0fe7c1

Please sign in to comment.