Skip to content

Enable multiple parallel tests and update README with testing instructions #21

Enable multiple parallel tests and update README with testing instructions

Enable multiple parallel tests and update README with testing instructions #21

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
# Repository
- name: Checkout the code
uses: actions/checkout@v4
- name: Set up Pixi
uses: prefix-dev/[email protected]
- name: Pip install
run: |
yes Y | pixi run download Auto-Mech no http
pixi run install
- name: Run tests
run: |
# pixi run pytest -n auto -v src/mechdriver/tests/
pixi run pytest -v src/mechdriver/tests/