diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2d80775..69c7250 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,4 +20,4 @@ jobs: - uses: actions/setup-node@v2 - run: npm ci - - run: npm run test -- ./src/lib/ \ No newline at end of file + - run: npm run test -- ./src/lib/ --runInBand \ No newline at end of file