Trying to cleanup CI
This commit is contained in:
parent
b21abf617f
commit
81c860e414
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -110,7 +110,6 @@ jobs:
|
|||||||
- run: cargo clippy --all --features runtime-async-std-native-tls,sqlx-all -- -D warnings
|
- 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-cli/Cargo.toml -- -D warnings
|
||||||
- run: cargo clippy --manifest-path sea-orm-migration/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:
|
rustfmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
@ -124,7 +123,6 @@ jobs:
|
|||||||
- run: cargo fmt --all -- --check
|
- run: cargo fmt --all -- --check
|
||||||
- run: cargo fmt --manifest-path sea-orm-cli/Cargo.toml --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-migration/Cargo.toml --all -- --check
|
||||||
- run: cargo fmt --manifest-path sea-orm-rocket/Cargo.toml --all -- --check
|
|
||||||
|
|
||||||
compile-sqlite:
|
compile-sqlite:
|
||||||
name: Compile SQLite
|
name: Compile SQLite
|
||||||
@ -214,7 +212,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo test --workspace
|
- run: cargo test --workspace
|
||||||
- run: cargo test --manifest-path sea-orm-rocket/Cargo.toml
|
|
||||||
- run: cargo test --manifest-path sea-orm-cli/Cargo.toml
|
- run: cargo test --manifest-path sea-orm-cli/Cargo.toml
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user