Skip to content

Commit

Permalink
[brief] Enabling tests to run on Windows.
Browse files Browse the repository at this point in the history
[detailed]
- Should probably expand coverage since we do support it.
  • Loading branch information
marovira committed Jun 20, 2024
1 parent d944e56 commit 2cd0f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2cd0f18

Please sign in to comment.