Skip to content

Commit

Permalink
ci: parallelize engines check
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck authored and jfmengels committed Nov 4, 2024
1 parent 4d98712 commit 8c14a17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,5 @@ jobs:
- name: Install turbo
run: npm install -g turbo

- name: Test Node.js version requirements
run: turbo run check-engines

- name: Run tests
run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepare": "elm-tooling install",
"prettier-check": "prettier . --check --cache",
"prettier-fix": "prettier . --write --cache",
"test": "turbo run testing --continue",
"test": "turbo run testing check-engines --continue",
"test-run": "(cd test/ && ./run.sh)",
"test-run-record": "(cd test/ && ./run.sh record)",
"tsc": "tsc && tsc --project tsconfig.no-implicit-any.json",
Expand Down

0 comments on commit 8c14a17

Please sign in to comment.