TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.54k stars 183 forks source link

Add support for CI #373

Closed antiguru closed 1 year ago

antiguru commented 1 year ago

This runs tests on code and mdbook for each pull request. Most of the changes bring the mdbook into a passing state, although more work is needed to properly compile all code snippets. Some examples are complied, while many are still ignored.

frankmcsherry commented 1 year ago

This looks good to me! Let's merge once rebased.