refactor(ci): streamline build pipeline and cleanup dependencies
- Remove Rust linter step from CI workflow to speed up builds - Remove unused gaol dependency from Cargo.toml - Update windows-sys dependency to 0.60.2 in Cargo.lock This simplifies the build process and reduces unnecessary dependencies while maintaining core functionality.
This commit is contained in:
8
.github/workflows/build-test.yml
vendored
8
.github/workflows/build-test.yml
vendored
@@ -100,14 +100,6 @@ jobs:
|
||||
- name: Build frontend
|
||||
run: bun run build
|
||||
|
||||
# Run Rust linter
|
||||
- name: Run Rust linter
|
||||
if: matrix.platform.os == 'ubuntu-latest'
|
||||
working-directory: ./src-tauri
|
||||
run: |
|
||||
rustup component add clippy
|
||||
cargo clippy -- -D warnings
|
||||
|
||||
# Build Tauri application (no bundle for faster CI)
|
||||
- name: Build Tauri application
|
||||
run: bun run tauri build --no-bundle -d
|
||||
|
Reference in New Issue
Block a user