Skip to content

Fail on errors in test (#8) #7

Fail on errors in test (#8)

Fail on errors in test (#8) #7

Workflow file for this run

name: Run Python tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run tests
run: python -W error test.py