Skip to content

Commit 4a516cf

Browse files
committed
Use FAST=1 with Pypy
1 parent c18acd0 commit 4a516cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817
2929

3030
- name: "Run Tests"
31+
env:
32+
FAST: ${{ startsWith(matrix.python-version, 'pypy') && '1' || '' }}
3133
run: |
3234
just cov ${{ startsWith(matrix.python-version, 'pypy') && matrix.python-version || format('python{0}', matrix.python-version) }}
3335

0 commit comments

Comments
 (0)