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

CI: Run cargo test #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

CI: Run cargo test #82

wants to merge 2 commits into from

Conversation

RyanGlScott
Copy link
Contributor

Fixes #81.

The directory name "`examples`" is given special meaning by Cargo (see
https://doc.rust-lang.org/cargo/reference/cargo-targets.html#examples), which
would cause the code under `examples` to be mistakenly built if `cargo test`
were run. This patch renames `examples` to `mir-json-examples` to prevent this.

Towards a fix for #81.
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.

CI: Run tests
1 participant