We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a7ba97 + a2b99e7 commit f3374edCopy full SHA for f3374ed
.github/workflows/CI.yml
@@ -70,10 +70,14 @@ jobs:
70
# clippy
71
- run: rustup component add clippy
72
if: matrix.rust == 'beta' || matrix.rust == 'stable'
73
+ - working-directory: ${{ matrix.conf.name }}
74
+ name: clippy ${{ matrix.conf.name }}
75
+ run: cargo clippy --all-targets
76
+ if: matrix.rust == 'beta'
77
- working-directory: ${{ matrix.conf.name }}
78
name: clippy ${{ matrix.conf.name }}
79
run: cargo clippy --all-targets -- -D warnings
- if: matrix.rust == 'beta' || matrix.rust == 'stable'
80
+ if: matrix.rust == 'stable'
81
# tests
82
- name: build
83
run: cargo build --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}"
0 commit comments