diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 384294de..8e5be336 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,4 +88,6 @@ jobs: yarn build-images - run: make compile - name: Run tests - run: cd integration_tests && yarn test \ No newline at end of file + run: | + cd integration_tests && yarn vitest --run shard 1/2 --bail 1 + cd integration_tests && yarn vitest --run shard 2/2 --bail 1 \ No newline at end of file