We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2942f05 commit 1bf7f2eCopy full SHA for 1bf7f2e
.github/workflows/pull_request.yml
@@ -113,9 +113,8 @@ jobs:
113
sleep 1
114
done
115
116
- - uses: tree-sitter/setup-action@v2
117
- with:
118
- install-lib: false
+ - name: Setup tree-sitter
+ run: cargo install tree-sitter-cli
119
120
- name: Setup sqlx-cli
121
run: cargo install sqlx-cli
@@ -172,9 +171,8 @@ jobs:
172
171
- name: Setup Postgres
173
uses: ./.github/actions/setup-postgres
174
175
176
177
+ - name: Setup Postgres
178
179
- name: Run tests
180
run: cargo test --workspace
0 commit comments