From cba5b2d078563e4bb722ffb6edf767f91613a369 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 7 Jan 2020 08:05:09 +0100 Subject: [PATCH] fix workflow --- .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 d2d90a6..7324d90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features --features json tls ${{ matrix.feature }} + args: --no-default-features --features "json tls ${{ matrix.feature }}"