We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b3d60 commit 18e6ffaCopy full SHA for 18e6ffa
.github/workflows/ci.yaml
@@ -99,4 +99,4 @@ jobs:
99
runs-on: macos-latest
100
steps:
101
- uses: actions/checkout@v4
102
- - run: env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes" test/macos-script.sh
+ - run: env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes -k 'TestTruncate or TestPatch or TestPs'" test/macos-script.sh
0 commit comments