Run unit tests in single thread

This commit is contained in:
Ian VanSchooten 2022-11-16 12:15:55 -05:00
parent c77276b4fc
commit 2e46846c04

View File

@ -379,7 +379,7 @@ jobs:
name: Test
command: |
cd code
yarn test --coverage --ci
yarn test --coverage --ci --runInBand
- store_test_results:
path: code/junit.xml
- persist_to_workspace: