Test windows as part of matrix

This commit is contained in:
Kevin Stillhammer 2025-03-18 19:27:28 +01:00
parent c71fedb7f4
commit e4aefa0059
No known key found for this signature in database
4 changed files with 8 additions and 85 deletions

View file

@ -36,13 +36,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Install latest version
uses: ./
- run: uv sync
working-directory: __tests__/fixtures/uv-project
shell: bash
test-specific-version:
runs-on: ubuntu-latest
strategy: