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

Merged
merged 2 commits into from
Mar 3, 2025
Merged

CI: Run cargo test #82

merged 2 commits into from
Mar 3, 2025

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.
@RyanGlScott RyanGlScott merged commit 2816dc4 into master Mar 3, 2025
3 checks passed
@RyanGlScott RyanGlScott deleted the T81-ci-tests branch March 3, 2025 12:34
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