From cadaeacbab87bf7064331386ee26eab9fe28af79 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Mon, 13 Sep 2021 15:17:12 +0200 Subject: [PATCH] Typo in ci.yml --- .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 10dbb6ed..b8b07977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: # Test with no features, default features ("") and all except UI tests. # Order: fewest features to most features. - args: ["--no-default-features", "", "--features all-except-ui-tests" + args: ["--no-default-features", "", "--features all-except-ui-tests"] steps: - name: Checkout repository uses: actions/checkout@v1