File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,13 @@ jobs:
158158 echo "ADBC_DRIVER_MANAGER_TEST_LIB=${{ github.workspace }}/local/bin/adbc_driver_sqlite.dll" >> "$GITHUB_ENV"
159159 - name : Set search dir for Snowflake Go lib
160160 run : echo "ADBC_SNOWFLAKE_GO_LIB_DIR=${{ github.workspace }}/local/lib" >> "$GITHUB_ENV"
161+ - name : Clippy
162+ if : ${{ ! matrix.minimal-versions }} && runner.os != 'Linux'
163+ working-directory : rust
164+ run : |
165+ cargo clippy --workspace --all-targets --all-features --locked -- -Dwarnings
161166 - name : Clippy (nightly)
162- if : ${{ ! matrix.minimal-versions }}
167+ if : ${{ ! matrix.minimal-versions }} && runner.os == 'Linux'
163168 working-directory : rust
164169 run : |
165170 rustup toolchain install nightly
You can’t perform that action at this time.
0 commit comments