Skip to content

Various Improvements and Small API Changes #11

Various Improvements and Small API Changes

Various Improvements and Small API Changes #11

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-09-15
- name: Run tests
run: cargo test --test run_all_tests