From 91560d03f667ec94739828947a7c8cca98daed52 Mon Sep 17 00:00:00 2001 From: max funk Date: Sat, 28 Oct 2023 16:29:18 -0700 Subject: [PATCH] job naming --- .github/workflows/dev-crates.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-crates.yaml b/.github/workflows/dev-crates.yaml index f67fad65..2f78c82f 100644 --- a/.github/workflows/dev-crates.yaml +++ b/.github/workflows/dev-crates.yaml @@ -26,11 +26,11 @@ jobs: toolchain: stable components: clippy, rustfmt - uses: taiki-e/install-action@nextest - - name: linting + - name: crates/types lint run: | cargo fmt -- --check cargo clippy -- -Dwarnings working-directory: crates/types - - name: unit tests and coverage + - name: crates/types unit tests and coverage report run: cargo tarpaulin working-directory: crates/types \ No newline at end of file