Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add darwin and windows CI #178

Merged
merged 17 commits into from
Aug 29, 2024
Prev Previous commit
Next Next commit
feat: try darwin and windows
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
commit 41c1b3b766fbbd11f219cb3ba2680ba676dfd09a
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
unit-tests:
#runs-on: ubuntu-latest
##runs-on: ubuntu-latest
strategy:
fail-fast: false
#max-parallel: 3
Expand Down