File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 85
85
components : rust-src
86
86
target : ${{ matrix.target.triple }}
87
87
- name : Check
88
- run : cargo +nightly clippy --all-features --all-targets --target ${{ matrix.target.triple }}
88
+ run : cargo +nightly clippy --all-features --target ${{ matrix.target.triple }}
89
+ - name : Check benches
90
+ run : cargo +nightly clippy --benches --no-default-features --features bench --target ${{ matrix.target.triple }}
89
91
- name : Test (no features)
90
92
if : matrix.target.runner-can-execute
91
93
run : cargo +nightly test --no-default-features --target ${{ matrix.target.triple }}
Original file line number Diff line number Diff line change 77
77
toolchain : stable
78
78
target : ${{ matrix.target.triple }}
79
79
- name : Check
80
- run : cargo +nightly clippy --all-features --all-targets --target ${{ matrix.target.triple }}
80
+ run : cargo +nightly clippy --all-features --target ${{ matrix.target.triple }}
81
+ - name : Check benches
82
+ run : cargo +nightly clippy --benches --no-default-features --features bench --target ${{ matrix.target.triple }}
81
83
- name : Test (no features)
82
84
if : matrix.target.runner-can-execute
83
85
run : cargo +nightly test --no-default-features --target ${{ matrix.target.triple }}
You can’t perform that action at this time.
0 commit comments