Skip to content

Commit

Permalink
enable windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 17, 2024
1 parent e78a801 commit 5470bc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# TODO: Fix Windows tests
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5470bc6

Please sign in to comment.