Skip to content

Commit

Permalink
One test is better than zero I suppose :D
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 18, 2024
1 parent 2759743 commit 5d12c0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
matrix:
# TODO: someone with more windows chops please add windows test support
# os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
# TODO: figure out how to install docker in a mac runner :facepalm:
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5d12c0e

Please sign in to comment.