Skip to content

Commit

Permalink
Test Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinSKushwaha committed Jun 4, 2024
1 parent 7613149 commit 8f68fb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -15,7 +15,6 @@ jobs:
uses: eifinger/setup-rye@v3
with:
version: 'latest'
enable-cache: false

- name: Test
run: rye test

0 comments on commit 8f68fb0

Please sign in to comment.