Skip to content

Commit

Permalink
Merge pull request #18 from InjectiveLabs/f/authz
Browse files Browse the repository at this point in the history
added authz test for setting the route
  • Loading branch information
gorgos authored May 13, 2024
2 parents a088c23 + 637af0e commit b42c285
Show file tree
Hide file tree
Showing 13 changed files with 1,309 additions and 5,995 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 b42c285

Please sign in to comment.