From 81c860e414294444b9cf0b1ce95086251608b978 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 28 Jan 2023 08:30:00 +0800 Subject: [PATCH] Trying to cleanup CI --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index acf0f5d1..1354943d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: