Skip to content

Commit ede587e

Browse files
fix(ci): gate build matrix behind all lint and test jobs
1 parent 4cd895a commit ede587e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
build:
7676
name: Build (${{ matrix.platform }})
77-
needs: rust-lint
77+
needs: [rust-lint, deno-lint, vitest-tests, playwright-tests, rust-tests]
7878
strategy:
7979
fail-fast: false
8080
matrix:

0 commit comments

Comments
 (0)