We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32dcb2 commit 6a4b813Copy full SHA for 6a4b813
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
cache-hash: ${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
44
45
- name: Test
46
- run: deno test -P --no-prompt --coverage
+ run: deno test -P --no-prompt --coverage --shuffle
47
48
- name: Upload coverage report
49
uses: actions/upload-artifact@v4
0 commit comments