Skip to content

fix: Fix regression in python test suite with change to Epoch-equival… #55

fix: Fix regression in python test suite with change to Epoch-equival…

fix: Fix regression in python test suite with change to Epoch-equival… #55

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
jobs:
test-rust:
uses: ./.github/workflows/test_rust.yml
test-python:
uses: ./.github/workflows/test_python.yml
needs: [ test-rust ]