From 631e6fa9312445ee92958bb16c174db142f18f13 Mon Sep 17 00:00:00 2001 From: TOwInOK#nqcq <60252419+TOwInOK@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:03:52 +0700 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 93cbb71..592c4a1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,6 +41,7 @@ jobs: with: # save-if: false shared-key: tests + key: clippy - name: Toolchain info run: rustc --version @@ -59,6 +60,7 @@ jobs: with: # save-if: false shared-key: tests + key: doc - name: Toolchain info run: rustc --version @@ -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 @@ -95,6 +98,7 @@ jobs: with: # save-if: false shared-key: tests + key: lib-test - name: Toolchain info run: rustc --version