We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e99cd commit 44bddfaCopy full SHA for 44bddfa
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
test:
31
needs: pre_job
32
runs-on: ${{ matrix.os }}
33
+ env:
34
+ TASTY_NUM_THREADS: 1
35
strategy:
36
fail-fast: true
37
matrix:
0 commit comments