feat: ci speedup (#37)

minor speedup to see failing tests. linting happens first
pull/36/head^2
Adam Pash 8 years ago committed by GitHub
parent c3d98a0d76
commit 181b39b238

@ -23,11 +23,11 @@ dependencies:
## Customize test commands
test:
override:
# Using 4.3.2 by default
- yarn build && yarn test:node -- --maxWorkers=4:
parallel: true
# Switch to 7 and lint
- nvm use 7.0 && yarn lint:ci && yarn build && yarn test:node -- --maxWorkers=4:
parallel: true
- nvm use 7.0 && yarn test:web -- --maxWorkers=4 && yarn build:web -- --maxWorkers=4:
parallel: true
# Switch to check on 4.3.2
- nvm use 4.3.2 && yarn build && yarn test:node -- --maxWorkers=4:
parallel: true

Loading…
Cancel
Save