Skip to content

account for precision problems while comparing limits #72

account for precision problems while comparing limits

account for precision problems while comparing limits #72

Workflow file for this run

name: Rust build & test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Run tests
env:
RUST_BACKTRACE: 1
run: cargo test