We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e838f9 commit eb5fb50Copy full SHA for eb5fb50
1 file changed
.github/workflows/main.yml
@@ -28,6 +28,8 @@ jobs:
28
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817
29
30
- name: "Run Tests"
31
+ env:
32
+ FAST: ${{ startsWith(matrix.python-version, 'pypy') && '1' || '' }}
33
run: |
34
just cov ${{ startsWith(matrix.python-version, 'pypy') && matrix.python-version || format('python{0}', matrix.python-version) }}
35
0 commit comments