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

Set cargo's output directory to <repo root>/target/ #7625

Closed
wants to merge 1 commit into from
Closed

Set cargo's output directory to <repo root>/target/ #7625

wants to merge 1 commit into from

Commits on Sep 8, 2021

  1. Fix cargo's output directory to target/

    The UI tests only look in `target/` for the built binaries.  However,
    Cargo allows users to override the target directory - usually to make a
    single unified target directory.  In this case, the unit tests would
    fail unless the target directory was manually overridden (as is done in
    this commit).
    kneasle committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    358c559 View commit details
    Browse the repository at this point in the history