Skip to content

Commit

Permalink
tweak test suite invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 28, 2024
1 parent 80f84ac commit ed3f461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
./bin/python -c "import ssl"
if [[ "${{ inputs.run_tests }}" == "true" ]]; then
./bin/python -m test
./bin/python -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata
fi
build_macos:
Expand Down Expand Up @@ -143,5 +143,5 @@ jobs:
./bin/python -c "import ssl"
if [[ "${{ inputs.run_tests }}" == "true" ]]; then
./bin/python -m test
./bin/python -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata
fi
4 changes: 2 additions & 2 deletions .github/workflows/build_python_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
./bin/python -c "import ssl"
if [[ "${{ inputs.run_tests }}" == "true" ]]; then
./bin/python -m test
./bin/python -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata
fi
build_linux:
Expand Down Expand Up @@ -150,5 +150,5 @@ jobs:
./bin/python -c "import ssl"
if [[ "${{ inputs.run_tests }}" == "true" ]]; then
./bin/python -m test
./bin/python -m test -v -ulargefile,network,decimal,cpu,subprocess,urlfetch,tzdata
fi

0 comments on commit ed3f461

Please sign in to comment.