Skip to content

Commit bb7821b

Browse files
committed
ci: use sequential execution for strict mode tests
Avoid flaky parallel race conditions in CI environment
1 parent 4f327c5 commit bb7821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120

121121
- name: Run Tests with strict mode
122122
run: |
123-
./bashunit --parallel --simple --strict tests/
123+
./bashunit --no-parallel --simple --strict tests/

0 commit comments

Comments
 (0)