Skip to content

Commit 6a4b813

Browse files
committed
ci: shuffle deno tests in CI
1 parent e32dcb2 commit 6a4b813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache-hash: ${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
4444

4545
- name: Test
46-
run: deno test -P --no-prompt --coverage
46+
run: deno test -P --no-prompt --coverage --shuffle
4747

4848
- name: Upload coverage report
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)