Don't run test until linter passes

This commit is contained in:
Half-Shot 2024-03-19 11:26:18 +00:00
parent 44a8943056
commit b491251a99

View File

@ -76,6 +76,9 @@ jobs:
test:
# Test on LTS-1
runs-on: ubuntu-20.04
needs:
- lint-node
- lint-rust
strategy:
matrix:
node_version: [20, 21]