Skip to content

Add a docstring. Change 0x10_000_000 to 0x10_00_00_00 to keep bytes o… #64

Add a docstring. Change 0x10_000_000 to 0x10_00_00_00 to keep bytes o…

Add a docstring. Change 0x10_000_000 to 0x10_00_00_00 to keep bytes o… #64

Workflow file for this run

# This workflow checks that the unit tests still run OK
name: Unit Test Check
on:
push:
pull_request:
jobs:
unit_tests:
name: unit_tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check tests run
run: |
python3 test_all.py