Skip to content

Merge remote-tracking branch 'origin/feat/config' into feat/bin-refactor #7

Merge remote-tracking branch 'origin/feat/config' into feat/bin-refactor

Merge remote-tracking branch 'origin/feat/config' into feat/bin-refactor #7

Workflow file for this run

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