Skip to content

Commit

Permalink
Merge branch 'main' into ps-11868/require-key-for-enc-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 authored Sep 12, 2024
2 parents 3cb5e3e + 3be5c48 commit d47b2ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ jobs:
eval "$(printf '\n' | /usr/bin/gnome-keyring-daemon --start)"
cargo test -- --test-threads=1
- name: Test Windows / macOS
if: ${{ matrix.os!='ubuntu-latest' }}
- name: Test macOS
if: ${{ matrix.os=='macos-latest' }}
working-directory: ./apps/desktop/desktop_native
run: cargo test -- --test-threads=1

- name: Test Windows
if: ${{ matrix.os=='windows-latest'}}
working-directory: ./apps/desktop/desktop_native/core
run: cargo test -- --test-threads=1

0 comments on commit d47b2ae

Please sign in to comment.