fixed typo
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
arg: --no-default-features --features ${{ matrix.feature }}
|
||||
args: --no-default-features --features ${{ matrix.feature }}
|
||||
|
||||
tests:
|
||||
name: Tests
|
||||
@@ -58,4 +58,4 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
arg: --no-default-features --features ${{ matrix.feature }}
|
||||
args: --no-default-features --features ${{ matrix.feature }}
|
||||
|
||||
Reference in New Issue
Block a user