fix workflow
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --no-default-features --features json tls ${{ matrix.feature }}
|
args: --no-default-features --features "json tls ${{ matrix.feature }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user