Skip to content

Commit b219d45

Browse files
committed
ci: Add a job to test
This will fail because of duckdb/duckdb-rs#134, so we'll wait for that to resolve before merging
1 parent bac3bb8 commit b219d45

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-all.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,14 @@ jobs:
122122
# Ideally we'd check all crates, ref https://github.com/foresterre/cargo-msrv/issues/295
123123
working-directory: prql-compiler
124124
run: cargo msrv verify
125+
126+
test-package-min-versions:
127+
runs-on: ubuntu-latest
128+
steps:
129+
- name: 📂 Checkout code
130+
uses: actions/checkout@v3
131+
- uses: baptiste0928/cargo-install@next
132+
with:
133+
crate: cargo-minimal-versions
134+
- name: Verify minimum rust version
135+
run: cargo minimal-versions test

0 commit comments

Comments
 (0)