Skip to content

feat: migrate to nox, run tests in parallel, revamp test infra #103

feat: migrate to nox, run tests in parallel, revamp test infra

feat: migrate to nox, run tests in parallel, revamp test infra #103

Workflow file for this run

name: Style and package checks
on:
pull_request:
branches:
- master
push:
branches:
- master
env:
PIP_DISABLE_PIP_VERSION_CHECK: '1'
PY_COLORS: '1'
jobs:
check:
name: ${{ matrix.env }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
session:
# - lint
- validate-package
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
- uses: yezz123/setup-uv@v4
- name: Run ${{ matrix.env }}
run: uvx nox -s ${{ matrix.env }}