Skip to content

Commit

Permalink
Fix command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Dec 31, 2024
1 parent 7231f86 commit f4a7b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Run tests
run: cargo test --all-features
run: cd src-tauri && cargo test --all-features

# Optional: Add clippy checks
- name: Run clippy
run: cargo clippy -- -D warnings
run: cd src-tauri && cargo clippy -- -D warnings

0 comments on commit f4a7b3b

Please sign in to comment.