Skip to content

Commit

Permalink
Enable windows in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imdrasil committed Jun 30, 2024
1 parent 26dfe3d commit 112a410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
test:
strategy:
fail-fast: false
maxtrix:
- os: ubuntu-latest
- os: windows-latest

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

env:
TERM: xterm-256color
Expand Down

0 comments on commit 112a410

Please sign in to comment.