Skip to content

Commit 7016a13

Browse files
author
bestia.dev
committed
action cache
1 parent 39a056c commit 7016a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust_fmt_auto_build_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Run sccache-cache for artifacts
3131
uses: mozilla-actions/[email protected]
32+
33+
- name: cargo clippy --no-deps
34+
run: cargo clippy --no-deps
3235

3336
- name: install and cache cargo-auto
3437
uses: baptiste0928/[email protected]
@@ -41,12 +44,10 @@ jobs:
4144
path: |
4245
automation_tasks_rs/.file_hashes.json
4346
automation_tasks_rs/target
44-
automation_tasks_rs/Cargo.toml
4547
key: automation_tasks_rs
4648

4749
- name: cargo auto build
4850
run: cargo auto build
4951

5052
- name: cargo auto test
5153
run: cargo auto test
52-

0 commit comments

Comments
 (0)