From 96a92deffd989bb89e8d64ff60e279b72a1c3479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Fri, 16 Oct 2020 14:47:54 +0200 Subject: [PATCH] Use more descriptive name for cargo test action --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 36821fe..b9352ae 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,8 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable - - uses: actions-rs/cargo@v1 + - name: Run cargo test + uses: actions-rs/cargo@v1 with: command: test lints: