Skip to content

Commit 1d443d5

Browse files
committed
fixed testing harness, removed clippy
1 parent 8273c36 commit 1d443d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/runtest.yml

-7
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,8 @@ jobs:
2727
with:
2828
toolchain: ${{ inputs.channel }}
2929
profile: minimal
30-
components: clippy
3130
override: true
3231

33-
- name: Clippy
34-
uses: actions-rs/cargo@v1
35-
with:
36-
command: clippy
37-
args: --target ${{ inputs.target }} ${{ inputs.channel == 'nightly' && '--features=nightly' || '' }}
38-
3932
- name: Build
4033
uses: actions-rs/cargo@v1
4134
with:

0 commit comments

Comments
 (0)