Skip to content

Feature/split linting and testing (#14) #3

Feature/split linting and testing (#14)

Feature/split linting and testing (#14) #3

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: make venv
- name: Run Tests w/ Coverage Report
run: make test