Skip to content

Move to Solver trait + implement colored DlSolver #7

Move to Solver trait + implement colored DlSolver

Move to Solver trait + implement colored DlSolver #7

Workflow file for this run

name: test
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