Skip to content

Merge pull request #35 from NASA-IMPACT/fix/sensing-time #40

Merge pull request #35 from NASA-IMPACT/fix/sensing-time

Merge pull request #35 from NASA-IMPACT/fix/sensing-time #40

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
tox_in_docker:
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run tests in Docker container
run: make test