Skip to content

Add moar things

Add moar things #1

Workflow file for this run

name: Python unit tests
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install dependencies
run: >-
python -m pip install --user --upgrade nose2
- name: Unit test
run: >-
nose2