From 309566b9c62a5da67014a46e62208efdfd944998 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 23 Feb 2026 11:14:41 +0100 Subject: [PATCH] ci: use shorter workflow name ("CI" instead of "Continuous integration") and rename "ci" job to "cargo_test" --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe9b27c..4e14231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ on: pull_request -name: Continuous integration +name: CI jobs: - ci: + cargo_test: runs-on: ${{ matrix.os }} strategy: matrix: