Skip to content

Merge pull request #27 from OxfordRSE/issue25-fix-imports #22

Merge pull request #27 from OxfordRSE/issue25-fix-imports

Merge pull request #27 from OxfordRSE/issue25-fix-imports #22

Workflow file for this run

name: Unittest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
cd src/oxrse_unit_conv
python -m unittest discover -s ../tests -t .. -v