Skip to content

Commit

Permalink
Merge pull request #129 from astroport-fi/feat/lp-tokenfactory
Browse files Browse the repository at this point in the history
feat: LP Token factory
  • Loading branch information
epanchee authored Jun 19, 2024
2 parents 5e7d5cd + 21cfb4d commit a32c1f9
Show file tree
Hide file tree
Showing 158 changed files with 7,656 additions and 9,483 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
-v "$GITHUB_WORKSPACE":/code \
-v ~/.cargo/registry:/usr/local/cargo/registry \
-v ~/.cargo/git:/usr/local/cargo/git \
cosmwasm/workspace-optimizer:0.12.13
ghcr.io/astroport-fi/rust-optimizer:v0.15.1-astroport
- name: Save artifacts cache
uses: actions/cache/save@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-fail-fast --locked
args: --features tests-tube --no-fail-fast --locked
env:
RUST_BACKTRACE: 1

Expand Down
Loading

0 comments on commit a32c1f9

Please sign in to comment.