Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Sep 28, 2023
1 parent 05d0826 commit 9e022b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --all
args: --verbose -p sei-cosmwasm #--all TODO: fix sei-integration-tests compatibility
env:
RUST_BACKTRACE: 1

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: -- --check -p sei-cosmwasm # --all TODO: fix sei-integration tests

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

0 comments on commit 9e022b2

Please sign in to comment.