Trying to cleanup CI

This commit is contained in:
Chris Tsang 2023-01-28 08:30:00 +08:00
parent b21abf617f
commit 81c860e414

View File

@ -110,7 +110,6 @@ jobs:
- run: cargo clippy --all --features runtime-async-std-native-tls,sqlx-all -- -D warnings
- run: cargo clippy --manifest-path sea-orm-cli/Cargo.toml -- -D warnings
- run: cargo clippy --manifest-path sea-orm-migration/Cargo.toml -- -D warnings
- run: cargo clippy --manifest-path sea-orm-rocket/Cargo.toml -- -D warnings
rustfmt:
name: Rustfmt
@ -124,7 +123,6 @@ jobs:
- run: cargo fmt --all -- --check
- run: cargo fmt --manifest-path sea-orm-cli/Cargo.toml --all -- --check
- run: cargo fmt --manifest-path sea-orm-migration/Cargo.toml --all -- --check
- run: cargo fmt --manifest-path sea-orm-rocket/Cargo.toml --all -- --check
compile-sqlite:
name: Compile SQLite
@ -214,7 +212,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace
- run: cargo test --manifest-path sea-orm-rocket/Cargo.toml
- run: cargo test --manifest-path sea-orm-cli/Cargo.toml
cli: