We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e249e commit ee0feceCopy full SHA for ee0fece
1 file changed
.github/workflows/build.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: Build CPython
49
run: make -j4
50
- name: Tests
51
- run: ./python -m test -j4
+ run: ./python -m test -j4 --fast-ci
0 commit comments