From 5ca9ba00f8aca47c7c0c41046262429a67a25557 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Mon, 5 Feb 2024 17:32:03 +0100 Subject: [PATCH] ci: small naming cleanup --- .github/workflows/code_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_check.yml b/.github/workflows/code_check.yml index eace0fa..51488cc 100644 --- a/.github/workflows/code_check.yml +++ b/.github/workflows/code_check.yml @@ -17,14 +17,14 @@ env: CARGO_TERM_COLOR: always jobs: - code_checks: + ci_code_checks_ans_tests: runs-on: ubuntu-22.04 env: RUSTFLAGS: "-D warnings" strategy: fail-fast: false - name: Code Checks + name: Code Checks and Tests steps: - name: "Install dependencies Ubuntu"