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: