Skip to content

Commit

Permalink
fix(compile): Rm extra compile job, one thing at a time (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFable authored Jun 27, 2023
1 parent 20d2686 commit 2c468b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-test-fmt-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,3 @@ jobs:
chmod +x ./scripts/build_schemas.sh
./scripts/build_schemas.sh true
shell: bash

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

0 comments on commit 2c468b3

Please sign in to comment.