Skip to content

Commit

Permalink
feat: vault manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Dec 13, 2023
2 parents 3e4b14f + edbaac8 commit 19b1a52
Show file tree
Hide file tree
Showing 134 changed files with 6,186 additions and 838 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test-fmt-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked -- -D warnings
args: --features "token_factory" --locked -- -D warnings

#- name: Run cosmwasm linter
# run: cargo dylint cw_lint --workspace
Expand All @@ -73,12 +73,12 @@ jobs:
- name: Generate Schemas and Exit on uncommitted changes
run: |
chmod +x ./scripts/build_schemas.sh
./scripts/build_schemas.sh true
./scripts/build_schemas.sh -f token_factory -d true
shell: bash

test_and_check-token_injective_feature:
name: Test and check Injective feature
runs-on: ubuntu-latest
runs-on: ubuntu-latestq

steps:
# Cancel any existing runs to save on CI time
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked -- -D warnings
args: --features "injective" --locked -- -D warnings

#- name: Run cosmwasm linter
# run: cargo dylint cw_lint --workspace
Expand Down
Loading

0 comments on commit 19b1a52

Please sign in to comment.