Skip to content

Commit

Permalink
github: Run unit tests on macos/amd64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Feb 16, 2024
1 parent aa330fc commit 82351cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
target: linux_amd64
- runs-on: windows-latest
target: windows_amd64
- runs-on: macos-latest
target: darwin_amd64
fail-fast: false

name: "Unit Tests on ${{ matrix.target }}"
Expand Down

0 comments on commit 82351cc

Please sign in to comment.