Skip to content

Fix missing directory structure #9

Fix missing directory structure

Fix missing directory structure #9

Workflow file for this run

name: Tests
on:
push:
branches: 'master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
fetch-depth: 200
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install build dependencies
run: python -m pip install -U hatch hatch-vcs
- name: Run tests
run: hatch test --cover-quiet --randomize