Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK authored Aug 12, 2024
1 parent 4110481 commit 631e6fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
# save-if: false
shared-key: tests
key: clippy
- name: Toolchain info
run: rustc --version

Expand All @@ -59,6 +60,7 @@ jobs:
with:
# save-if: false
shared-key: tests
key: doc
- name: Toolchain info
run: rustc --version

Expand All @@ -77,9 +79,10 @@ jobs:
with:
# save-if: false
shared-key: tests
key: lib
- name: Toolchain info
run: rustc --version

- name: Job
run: cargo test -p shuller -F full --lib --locked

Expand All @@ -95,6 +98,7 @@ jobs:
with:
# save-if: false
shared-key: tests
key: lib-test
- name: Toolchain info
run: rustc --version

Expand Down

0 comments on commit 631e6fa

Please sign in to comment.