Skip to content

Merge pull request #28 from OxfordRSE/issue26-click-cli #23

Merge pull request #28 from OxfordRSE/issue26-click-cli

Merge pull request #28 from OxfordRSE/issue26-click-cli #23

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