From f894ed9cdee7fa5a5bd0cb6c3f4b4ac902648762 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Fri, 5 Jan 2024 22:01:48 -0800 Subject: [PATCH] chore: update CI.yaml --- .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 8d8b5c2..95eeef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: args: --all-targets --all-features -- -D clippy::all -D warnings test: - name: test ${{matrix.toolchain}} on ${{matrix.os}} with ${{matrix.args}} + name: test ${{matrix.toolchain}} on ${{matrix.os}} with ${{matrix.features}} runs-on: ${{matrix.os}}-latest strategy: fail-fast: false