Skip to content

[#103][#117] Introduce optional "verbose" test failure reporting and increase test coverage #76

[#103][#117] Introduce optional "verbose" test failure reporting and increase test coverage

[#103][#117] Introduce optional "verbose" test failure reporting and increase test coverage #76

Workflow file for this run

name: pr-verification
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
unit-tests:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox