Fix quoting in test runner

This commit is contained in:
Jacob Hoffman-Andrews
2021-12-19 22:17:37 -08:00
committed by Martin Algesten
parent 352bf19f40
commit c55ac31087

View File

@@ -70,4 +70,4 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --no-default-features --features "${{ matrix.tls }}" "${{ matrix.feature }}" args: --no-default-features --features "${{ matrix.tls }} ${{ matrix.feature }}"