From ca4bc269e5bb16f49a586ff2d76fbb793ec9ddcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 17 Sep 2022 18:36:11 +0200 Subject: [PATCH] Rename the CI test job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0de3300..d85210a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: test: - name: Test + name: Cargo build & test runs-on: ubuntu-latest strategy: matrix: