Skip to content

Commit

Permalink
set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Aug 19, 2024
1 parent 0717cf6 commit 01b90f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruskwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
test_nightly-linux:
name: "[Linux] Nightly tests"
runs-on: core
working-directory: ./rusk-wallet

steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- run: cargo test --release
- run: cargo clippy --all-features --release -- -D warnings
working-directory: ./rusk-wallet

test_nightly-macintel:
name: "[Mac Intel] Nightly tests"
Expand Down

0 comments on commit 01b90f7

Please sign in to comment.