diff --git a/.github/workflows/pixi-test.yml b/.github/workflows/pixi-test.yml new file mode 100644 index 0000000..4543584 --- /dev/null +++ b/.github/workflows/pixi-test.yml @@ -0,0 +1,22 @@ +name: Pixi Test + +on: [push, pull_request] + +jobs: + test: + runs-on: ${{ matrix.os }} + strategy: + max-parallel: 5 + matrix: + os: [ubuntu-22.04, windows-2022, macos-12, macos-14] + + steps: + - uses: actions/checkout@v4 + + - uses: prefix-dev/setup-pixi@v0.8.1 + with: + cache: false + cache-write: false + + - name: Run tests + run: pixi run test