From 8849c8dddf8f0eb0824cadd7b7c6f587af7b1749 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Thu, 6 Jan 2022 16:00:50 +0100 Subject: [PATCH] Remove duplicate CI run --- .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 c80f07d..bd3f57a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - features: ["", "--all-features"] + features: ["--all-features"] steps: - uses: actions/checkout@v2