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 83221c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: windows-latest

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

env:
TERM: xterm-256color
Expand Down

0 comments on commit 83221c2

Please sign in to comment.