Skip to content

Commit

Permalink
removing wasm step
Browse files Browse the repository at this point in the history
  • Loading branch information
bekauz committed Aug 27, 2023
1 parent c470dcb commit 2f687be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ jobs:
with:
command: test
args: --locked
env:
RUST_BACKTRACE: 1

- name: Compile WASM contract
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: wasm
args: --locked
env:
RUSTFLAGS: "-C link-arg=-s"

lints:
name: Lints
Expand Down

0 comments on commit 2f687be

Please sign in to comment.