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 27b077e commit aa7dae1Copy full SHA for aa7dae1
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
if: always() && steps.build.outcome == 'success'
92
run: |
93
../sage -python -m pip install coverage
94
- ../sage -python -m coverage run ./bin/sage-runtests --all -p2
+ ../sage -python -m coverage run ./bin/sage-runtests --all -p2 --random-seed=286735480429121101562228604801325644303
95
working-directory: ./src
96
97
- name: Prepare coverage results
0 commit comments