Skip to content

Commit

Permalink
Update rust_fmt_auto_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 3, 2024
1 parent 8f576d8 commit 87db0ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Cache rust dependencies - what about automation tasks
uses: Swatinem/rust-cache@v2.7.3
with:
cache-directories: /home/runner/work/cargo-auto/automation_tasks_rs/target
cache-directories: /home/runner/work/cargo-auto/cargo-auto/automation_tasks_rs/target
- name: Configure sccache
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV; echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Run sccache-cache for artifacts
Expand All @@ -31,7 +31,8 @@ jobs:
with:
crate: cargo-auto
- name: cargo build automation_tasks_rs
run: cargo build --manifest-path automation_tasks_rs/Cargo.toml
working-directory: ./automation_tasks_rs
run: cargo build
- name: cargo auto build
run: cargo auto build
- name: cargo auto test
Expand Down

0 comments on commit 87db0ee

Please sign in to comment.