From 9e022b2a40b8a55bb235633494a475a4bcf15afa Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Thu, 28 Sep 2023 10:53:55 -0400 Subject: [PATCH] update github actions --- .github/workflows/Basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Basic.yml b/.github/workflows/Basic.yml index 88826ae..3c43bf7 100644 --- a/.github/workflows/Basic.yml +++ b/.github/workflows/Basic.yml @@ -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 @@ -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