Skip to content

Commit

Permalink
fix: delete schema generator of cosmwasm-std
Browse files Browse the repository at this point in the history
  • Loading branch information
da1suk8 committed Nov 8, 2023
1 parent aaa16b7 commit acf0d93
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,6 @@ jobs:
- name: Run unit tests (all features)
working-directory: ${{env.working-directory}}
run: cargo test --locked --features iterator,staking,stargate
- name: Build and run schema generator
working-directory: ${{env.working-directory}}
run: cargo schema --locked
- name: Ensure schemas are up-to-date
run: |
CHANGES_IN_REPO=$(git status --porcelain)
if [[ -n "$CHANGES_IN_REPO" ]]; then
echo "Repository is dirty. Showing 'git status' and 'git --no-pager diff' for debugging now:"
git status && git --no-pager diff
exit 1
fi

package_storage:
name: package_storage
Expand Down

0 comments on commit acf0d93

Please sign in to comment.