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 67275bb commit 0717cf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ruskwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ 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
Expand All @@ -56,6 +58,7 @@ jobs:
test_nightly-macintel:
name: "[Mac Intel] Nightly tests"
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
Expand All @@ -64,10 +67,12 @@ jobs:
run: rustup target add aarch64-apple-darwin

- run: cargo test
working-directory: ./rusk-wallet

test_nightly-macm1:
name: "[Mac arm64] Nightly checks"
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
Expand All @@ -76,12 +81,15 @@ jobs:
run: rustup target add aarch64-apple-darwin

- run: cargo check --target=aarch64-apple-darwin
working-directory: ./rusk-wallet

test_nightly-win:
name: "[Windows] Nightly tests"
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1

- run: cargo test
working-directory: ./rusk-wallet

0 comments on commit 0717cf6

Please sign in to comment.