Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 5 #66

Closed
wants to merge 154 commits into from
Closed

Issue 5 #66

wants to merge 154 commits into from

Conversation

JEAlfonsoP
Copy link
Contributor

issue #5

@SamWilsn
Copy link
Contributor

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.

.github/workflows/test.yaml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@JEAlfonsoP
Copy link
Contributor Author

A bit! of work on implementation has been done. Two new tests were completed.

@SamWilsn SamWilsn closed this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants