use another workflow for clippy

This commit is contained in:
Fractal-Tess
2023-05-19 04:17:03 +03:00
parent e62807bbcc
commit ee3d997adc
3 changed files with 34 additions and 12 deletions

View File

@@ -59,12 +59,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Clippy & Tests
run: |
cd src-tauri
cargo clippy --all --tests -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -D clippy::unwrap_used
cargo test --all
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |