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 6631382 commit 5fec3dcCopy full SHA for 5fec3dc
2 files changed
.github/workflows/main.yml
@@ -311,7 +311,8 @@ jobs:
311
312
- name: Run tests
313
run: |
314
- ctest --preset default --output-on-failure -j8
+ # Parallel test execution on macOS often causes failures in EventListener tests
315
+ ctest --preset default --output-on-failure
316
317
deploy-docs:
318
if: github.repository == 'asfernandes/fb-cpp' && github.ref == 'refs/heads/main'
.github/workflows/pull-request.yml
@@ -304,4 +304,5 @@ jobs:
304
305
306
307
308
0 commit comments