Skip to content

Commit

Permalink
Update workflows for recent workspace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed May 28, 2024
1 parent 583607a commit 7237847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cosmwasm-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
pull_request:
paths:
- .github/workflows/cosmwasm-basic.yml
- Cargo.lock
- Cargo.toml
- apps/**
- cosmwasm/**
push:
branches: master
branches: main
paths:
- .github/workflows/cosmwasm-basic.yml
- Cargo.lock
- Cargo.toml
- apps/**
- cosmwasm/**

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets --workspace --exclude "cw-tee-mtcs"
args: --all-features --all-targets --workspace

test:
runs-on: ubuntu-latest
Expand All @@ -90,12 +90,12 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs"
args: --all-features --no-fail-fast --no-run --workspace
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast --workspace --exclude "cw-tee-mtcs" -- --nocapture
args: --all-features --no-fail-fast --workspace -- --nocapture
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs"
args: --no-default-features --no-fail-fast --no-run --workspace

0 comments on commit 7237847

Please sign in to comment.