Skip to content

Commit 6e1e463

Browse files
committed
removing redundant cargo check
clippy is a superset of check
1 parent d7a9ae6 commit 6e1e463

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/sqlx.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: Swatinem/rust-cache@v2
28-
- run:
29-
cargo check
30-
--manifest-path sqlx-core/Cargo.toml
31-
--no-default-features
32-
--features offline,all-databases,all-types,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
33-
env:
34-
RUSTFLAGS: -D warnings
35-
- run:
36-
cargo check
37-
--no-default-features
38-
--features offline,all-databases,all-types,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }},macros
39-
- run:
40-
cargo check
41-
--no-default-features
42-
--lib --tests
43-
--features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
4428
- name: Run clippy for core with all features
4529
run: |
4630
cargo clippy --manifest-path sqlx-core/Cargo.toml \

0 commit comments

Comments
 (0)