Skip to content

Change API: Take only one interval at init #21

Change API: Take only one interval at init

Change API: Take only one interval at init #21

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features