Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04e70db

Browse files
committed
Fix CI
1 parent a6ab14a commit 04e70db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
- name: Lint
6565
uses: actions-rs/cargo@v1
6666
with:
67-
command: clippy -- -D warnings
67+
command: clippy
68+
args: -- -D warnings
6869

6970
- name: Check Rust formatting
7071
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)