Skip to content

Commit

Permalink
skip building wasm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jglynn committed Nov 1, 2023
1 parent 8f840fa commit bc87c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cosmwasm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Build
run: |
# cargo build --release --verbose
RUSTFLAGS='-C link-arg=-s' cargo wasm build
cosmwasm-check target/wasm32-unknown-unknown/release/cw_escrow.wasm
cargo build --release --verbose
# RUSTFLAGS='-C link-arg=-s' cargo wasm build
# cosmwasm-check target/wasm32-unknown-unknown/release/cw_escrow.wasm
- name: Test
run: |
Expand Down

0 comments on commit bc87c1c

Please sign in to comment.