Skip to content

Commit 74e7396

Browse files
committed
ci: remove unnecessary step
because coverage runs tests by itself
1 parent b01fbcf commit 74e7396

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
result-encoding: string
9292
- name: Warm up the Deno dependency cache
9393
run: vr warmup
94-
- name: Run all tests in random order
95-
run: vr test --shuffle=${{ steps.generate-seed.outputs.result }}
9694
- name: Generate coverage data
9795
run: vr coverage
9896
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)