Skip to content

Do not use SENSING_TIME because it has 7 digits instead of 6, breakin… #75

Do not use SENSING_TIME because it has 7 digits instead of 6, breakin…

Do not use SENSING_TIME because it has 7 digits instead of 6, breakin… #75

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