Skip to content

Commit

Permalink
chore: ci runs tests only on macos runners (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Dec 17, 2024
1 parent 88e9088 commit 445655c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
cd src-tauri
cargo clippy -- -D warnings
- name: ✅ Run tests
- name: ✅ Run tests (macos only)
if: contains(matrix.os, 'macos')
run: |
cargo test --all
Expand Down

0 comments on commit 445655c

Please sign in to comment.