Skip to content

Commit

Permalink
Merge pull request #9 from CosmWasm/cleanup-ci
Browse files Browse the repository at this point in the history
Cleanup CI
  • Loading branch information
jawoznia authored Nov 21, 2024
2 parents 1a6d919 + 897dafa commit b025b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo fmt --check
- name: Build WASM binary
working-directory: ${{ runner.temp }}/${{ env.PROJECT_NAME }}
run: rustc --version && cargo wasm
run: cargo wasm
- name: Install cosmwasm-check
working-directory: ${{ runner.temp }}/${{ env.PROJECT_NAME }}
run: cargo install cosmwasm-check
Expand Down

0 comments on commit b025b30

Please sign in to comment.