Skip to content

Commit

Permalink
chore: update CI workflow to specify working directory and add worksp…
Browse files Browse the repository at this point in the history
…ace support for rust-cache
  • Loading branch information
kengggg committed Mar 6, 2025
1 parent e95babe commit 298852e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/open-msspe-design.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: Icelk/rustdoc-link-check@v2
with:
private: true
working-directory: od-msspe

- name: Testing project
run: cargo test --manifest-path od-msspe/Cargo.toml
Expand All @@ -71,6 +72,8 @@ jobs:
run: rustup toolchain install stable --profile minimal

- uses: Swatinem/rust-cache@v2
with:
workspaces: od-msspe

- name: Build
run: cargo build --verbose --manifest-path od-msspe/Cargo.toml
Expand Down

0 comments on commit 298852e

Please sign in to comment.