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

Use CARGO_TARGET_TMPDIR in integration tests #72

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Use CARGO_TARGET_TMPDIR in integration tests #72

merged 2 commits into from
Sep 27, 2024

Conversation

cuviper
Copy link
Owner

@cuviper cuviper commented Sep 27, 2024

Cargo 1.54 started setting this for integration tests, so that's a
better place to use than just target as we were. I also moved most of
the library tests to an integration test so they can use it too.

In addition, the doc tests are now using the same directory as
their compiled executable, which is some rustdoc temp dir.

Cargo 1.54 started setting this for integration tests, so that's a
better place to use than just `target` as we were. I also moved most of
the library tests to an integration test so they can use it too.
@cuviper cuviper merged commit 1953a17 into master Sep 27, 2024
23 checks passed
@cuviper cuviper deleted the pretty-way branch September 27, 2024 00:31
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.

1 participant