Skip to content

Commit

Permalink
Enable parallelism in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 15, 2025
1 parent d2b6ca5 commit fe75475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ commands:
steps:
- run:
name: Jest
command: npm run test:coverage -- --ci -i --reporters=default --reporters=jest-junit
command: npm run test:coverage -- --ci --reporters=default --reporters=jest-junit
environment:
JEST_JUNIT_OUTPUT_DIR: tmp/test-results
MARP_TEST_CI: 1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
env:
MARP_TEST_CI: 1
run: >-
npm run test:coverage -- --ci -i --reporters=default --reporters=jest-junit --forceExit ||
npm run test:coverage -- --ci --reporters=default --reporters=jest-junit ||
npm run test:coverage -- --ci -i --reporters=default --reporters=jest-junit --forceExit --no-cache ||
npm run test:coverage -- --ci -i --reporters=default --reporters=jest-junit --forceExit --no-cache ||
npm run test:coverage -- --ci -i --reporters=default --reporters=jest-junit --forceExit --no-cache
Expand Down

0 comments on commit fe75475

Please sign in to comment.