eipw
eipw copied to clipboard
Issue 5
issue #5
Looks like there are a couple failing CI steps. You'll want to build your changes with cargo and run the tests too. Something like:
cargo fmt # Formats the source code.
cargo test --all --all-features # Compiles the code, then runs the tests.
cargo clippy --all # Catches common mistakes and anti-patterns.
You'll need to install Rust before you can do the above.
Hi. I did manage to CI locally for sure. Did not run locally the test but I can do it. Do you have a PR - candidate to try it, I mean a test case ?
This command here should let you run the failing test case locally:
cargo test --all --all-features # Compiles the code, then runs the tests.
There's an example output in #5.
A bit! of work on implementation has been done. Two new tests were completed.