Skip to content

Commit 876f17d

Browse files
committed
chore(ci): Ensure JSON schema gets updated
1 parent 729776b commit 876f17d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,13 @@ jobs:
205205
- name: Fetch smoke test
206206
run: ci/fetch-smoke-test.sh
207207

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+
208215
resolver:
209216
runs-on: ubuntu-latest
210217
steps:

0 commit comments

Comments
 (0)