ForwardSimulation / forrustts

Forward time simulation, rust, and tree sequences.
https://docs.rs/forrustts
MIT License
3 stars 0 forks source link

Tests should run via manifest paths #224

Closed molpopgen closed 1 year ago

molpopgen commented 1 year ago

It turns out that adding --workspace has some drawbacks. For one, it is easy to not run doc tests.

The CI work flow has to be rebuilt.

molpopgen commented 1 year ago

Closed via #227