Skip to content

Commit f1f66b8

Browse files
committed
don't run tests in parallel
1 parent 2079444 commit f1f66b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: cd ${{ runner.workspace }}/MINI404/build && ninja
6767

6868
- name: Run QTest
69-
run: cd ${{ runner.workspace }}/MINI404/build && make check-qtest-buddy -j4
69+
run: cd ${{ runner.workspace }}/MINI404/build && make check-qtest-buddy
7070

7171
- name: Upload log
7272
if: failure()

0 commit comments

Comments
 (0)