Skip to content

Commit

Permalink
Cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Nov 21, 2024
1 parent 570d1a3 commit 897dafa
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 897dafa

Please sign in to comment.