From acf0d93e43d7fd13131b650c304278546418c1c6 Mon Sep 17 00:00:00 2001 From: Daisuke Iuchi <42408108+da1suk8@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:12:50 +0900 Subject: [PATCH] fix: delete schema generator of cosmwasm-std https://github.com/CosmWasm/cosmwasm/pull/1537 --- .github/workflows/tests.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aec72d6c2..e713981f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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