We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2079444 commit f1f66b8Copy full SHA for f1f66b8
.github/workflows/tests.yml
@@ -66,7 +66,7 @@ jobs:
66
run: cd ${{ runner.workspace }}/MINI404/build && ninja
67
68
- name: Run QTest
69
- run: cd ${{ runner.workspace }}/MINI404/build && make check-qtest-buddy -j4
+ run: cd ${{ runner.workspace }}/MINI404/build && make check-qtest-buddy
70
71
- name: Upload log
72
if: failure()
0 commit comments