@@ -33,20 +33,20 @@ jobs:
3333 run : |
3434 cargo clippy --manifest-path sqlx-core/Cargo.toml \
3535 --no-default-features \
36- --features offline,all-databases,all-types,migrate,odbc, runtime-${{ matrix.runtime }}-${{ matrix.tls }} \
36+ --features offline,all-databases,all-types,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }} \
3737 -- -D warnings
3838 - name : Run clippy for root with all features
3939 run : |
4040 cargo clippy \
4141 --no-default-features \
42- --features offline,all-databases,all-types,migrate,odbc, runtime-${{ matrix.runtime }}-${{ matrix.tls }},macros \
42+ --features offline,all-databases,all-types,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }},macros \
4343 -- -D warnings
4444 - name : Run clippy for all targets
4545 run : |
4646 cargo clippy \
4747 --no-default-features \
4848 --all-targets \
49- --features offline,all-databases,migrate,odbc, runtime-${{ matrix.runtime }}-${{ matrix.tls }} \
49+ --features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }} \
5050 -- -D warnings
5151
5252 test :
7474 - run :
7575 cargo test
7676 --manifest-path sqlx-core/Cargo.toml
77- --features offline,all-databases,all-types,odbc, runtime-${{ matrix.runtime }}-${{ matrix.tls }}
77+ --features offline,all-databases,all-types,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
7878
7979 cli :
8080 name : CLI Binaries
0 commit comments