Skip to content

Commit

Permalink
chore(ci): Ensure JSON schema gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 1, 2025
1 parent 729776b commit 876f17d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ jobs:
- name: Fetch smoke test
run: ci/fetch-smoke-test.sh

schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo test -p cargo-util-schemas -F unstable-schema

resolver:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 876f17d

Please sign in to comment.