From b27f6c245bc7025120a3df0a9976a13dde0697bc Mon Sep 17 00:00:00 2001 From: lukas0008 Date: Thu, 22 Aug 2024 13:53:36 +0200 Subject: [PATCH] Update names of jobs --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 83e15971..a4d27a19 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,7 +9,7 @@ env: jobs: format: - name: Rust project - latest + name: Check formatting runs-on: ubuntu-latest strategy: matrix: @@ -23,7 +23,7 @@ jobs: - run: cargo fmt --check clippy: - name: Rust project - latest + name: Run lints runs-on: ubuntu-latest strategy: matrix: @@ -37,7 +37,7 @@ jobs: - run: cargo clippy --all-targets --all-features --no-default-features -- -D warnings build_and_test: - name: Rust project - latest + name: Build project and test runs-on: ubuntu-latest strategy: matrix: @@ -52,7 +52,7 @@ jobs: - run: cargo build --verbose - run: cargo test --verbose build_release: - name: Rust project - latest + name: Build project in release runs-on: ubuntu-latest strategy: matrix: