From c55ac31087e6458dc8405e07004e56f328da16ff Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Sun, 19 Dec 2021 22:17:37 -0800 Subject: [PATCH] Fix quoting in test runner --- .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 2a242ed..b6f42a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,4 +70,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features --features "${{ matrix.tls }}" "${{ matrix.feature }}" + args: --no-default-features --features "${{ matrix.tls }} ${{ matrix.feature }}"