Skip to content

Commit

Permalink
chore: re-org
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Oct 30, 2024
2 parents 9b7fcdb + bf8dad9 commit fe28cfc
Show file tree
Hide file tree
Showing 13 changed files with 487 additions and 5,434 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

- name: Check if cw-optimize is installed
run: |
cargo cw-optimizoor --version || cargo install cw-optimizoor
- name: Compile contracts
run: |
cargo cw-optimizoor
- name: Compile WASM contracts
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target wasm32-unknown-unknown --locked --package swap-contract
env:
RUSTFLAGS: "-C link-arg=-s"

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit fe28cfc

Please sign in to comment.