You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe out of the scope of this PR but we should add a CI step to check this and future examples compile with: cargo build --examples ... Originally posted by @fkrause98 in #117 (comment)
Requirements
Ensure cargo fmt -- --check includes the examples/ dir. Is the --all flag the answer?
Are we using clippy yet?
Build every test. Is there a flag for this purpose? Or do we need some extra steps?
Can we use assertions in the examples so we can run them as if they were integration or regression tests?
Any other automated QA step I forgot?
The text was updated successfully, but these errors were encountered:
Why?
As @fkrause98 mentioned:
Requirements
cargo fmt -- --check
includes theexamples/
dir. Is the--all
flag the answer?clippy
yet?The text was updated successfully, but these errors were encountered: