Skip to content

Commit

Permalink
set working directory for linux builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 19, 2024
1 parent d40176d commit 9fc28a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruskwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- run: cargo test --release
working-directory: ./rusk-wallet
- run: cargo clippy --all-features --release -- -D warnings
working-directory: ./rusk-wallet

Expand Down

0 comments on commit 9fc28a7

Please sign in to comment.