Skip to content

Commit cd66f88

Browse files
committed
fixed clippy run in workflow
1 parent ddcf086 commit cd66f88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
- name: Test Docs
6060
run: cargo test --doc
6161
- name: Run clippy
62-
uses: actions-rs/cargo@v1
63-
with:
64-
command: ./clippy.sh
62+
run: ./clippy.sh
6563
windows:
6664
runs-on: windows-latest
6765
steps:

0 commit comments

Comments
 (0)