github: don't need to run tests twice

This commit is contained in:
David Lechner
2022-06-02 19:09:07 -05:00
committed by David Lechner
parent 852519adc7
commit afc200dc34
-1
View File
@@ -21,7 +21,6 @@ jobs:
- run: |
yarn lint
git diff --exit-code
- run: yarn test
- run: yarn coverage
- uses: codecov/codecov-action@v2
with: