Skip to content

Commit

Permalink
run tests on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 14342ac commit 48fdef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- os: macos-14
package_manager: "brew"
test: "OFF"
test: "ON"

- os: windows-2022
package_manager: "vcpkg"
test: "OFF"
test: "ON"

steps:
- name: Checkout Pangolin
Expand Down

0 comments on commit 48fdef6

Please sign in to comment.