Skip to content

Commit

Permalink
ci: remove windows tests
Browse files Browse the repository at this point in the history
I tried to see why they fail but couldn't see anything obvious.
  • Loading branch information
domoritz committed Apr 22, 2024
1 parent ccf1f91 commit fbb72f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Expand Up @@ -12,12 +12,7 @@ jobs:
test:
name: Test

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]

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

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

0 comments on commit fbb72f4

Please sign in to comment.