Fix quoting in test runner
This commit is contained in:
committed by
Martin Algesten
parent
352bf19f40
commit
c55ac31087
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user