From 1e07aa17ca60cac9c6814c8010d2263869323eea Mon Sep 17 00:00:00 2001 From: max funk Date: Sat, 28 Oct 2023 16:21:10 -0700 Subject: [PATCH] job name --- .github/workflows/dev-crates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-crates.yaml b/.github/workflows/dev-crates.yaml index f68e8256..f67fad65 100644 --- a/.github/workflows/dev-crates.yaml +++ b/.github/workflows/dev-crates.yaml @@ -31,6 +31,6 @@ jobs: cargo fmt -- --check cargo clippy -- -Dwarnings working-directory: crates/types - - name: unit tests + - name: unit tests and coverage run: cargo tarpaulin working-directory: crates/types \ No newline at end of file