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.
2 parents f73259d + 876f17d commit 0200aa0Copy full SHA for 0200aa0
.github/workflows/main.yml
@@ -205,6 +205,13 @@ jobs:
205
- name: Fetch smoke test
206
run: ci/fetch-smoke-test.sh
207
208
+ schema:
209
+ runs-on: ubuntu-latest
210
+ steps:
211
+ - uses: actions/checkout@v4
212
+ - run: rustup update stable && rustup default stable
213
+ - run: cargo test -p cargo-util-schemas -F unstable-schema
214
+
215
resolver:
216
runs-on: ubuntu-latest
217
steps:
0 commit comments