Skip to content

Commit

Permalink
.github: disable unit tests on cross-compiled macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr0 committed Jun 9, 2024
1 parent 86b1905 commit 6ff4922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
args: ${{ env.cargo_args }}

- name: 'Unit Tests'
if: ${{ matrix.cross_arch_long == '' || !contains(matrix.cross_arch_long, 'apple') }}
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.cross_arch_long != '' && !contains(matrix.cross_arch_long, 'apple') }}
Expand Down

0 comments on commit 6ff4922

Please sign in to comment.