From dcdecb2bb217e03d7c3586d339a58806d4728251 Mon Sep 17 00:00:00 2001 From: relf Date: Fri, 19 Jan 2024 10:58:11 +0100 Subject: [PATCH] Renaming in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6586df0..075c618c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: args: --all --release test-features: - name: testing-with-blas-${{ matrix.toolchain }}-${{ matrix.os }} + name: testing-features-${{ matrix.toolchain }}-${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false