Reenable unit tests

This commit is contained in:
Diego Mello 2024-04-15 14:42:16 -03:00
parent b6ef9850e3
commit b84ff2b283
1 changed files with 8 additions and 8 deletions

View File

@ -398,15 +398,15 @@ jobs:
command: |
yarn lint
# - run:
# name: Test
# command: |
# yarn test --runInBand
- run:
name: Test
command: |
yarn test --runInBand
# - run:
# name: Codecov
# command: |
# yarn codecov
- run:
name: Codecov
command: |
yarn codecov
- save_cache: *save-npm-cache-linux