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

Add support for cargo test #39

Merged

Commits on Jul 9, 2024

  1. Add support for cargo test

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    47b475e View commit details
    Browse the repository at this point in the history
  2. Switch to minidom

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7177b40 View commit details
    Browse the repository at this point in the history
  3. Remove standalone parameter

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3bab48f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add cargo args parameter

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5565edd View commit details
    Browse the repository at this point in the history
  2. Remove color from test output

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    77fdbdd View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary assertion

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1d07204 View commit details
    Browse the repository at this point in the history
  4. Change build verb to also build tests

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a80c60f View commit details
    Browse the repository at this point in the history
  5. Fix cargo args passing

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    83a9c3a View commit details
    Browse the repository at this point in the history
  6. Change target dir to install base for tests

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    50563f6 View commit details
    Browse the repository at this point in the history
  7. Split build and install folders / steps

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1389764 View commit details
    Browse the repository at this point in the history
  8. Add None check

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bdbbf81 View commit details
    Browse the repository at this point in the history
  9. Change back to build base

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1becab3 View commit details
    Browse the repository at this point in the history
  10. Add lockfile to cargo install

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1dda2c4 View commit details
    Browse the repository at this point in the history
  11. Simplify cargo paths

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    418612b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Reduce number of built targets

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    223f490 View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6a22fe5 View commit details
    Browse the repository at this point in the history
  3. Remove doctests

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fe867be View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add documentation

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf3637e View commit details
    Browse the repository at this point in the history
  2. Consistency for test error handling

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dc8d9c9 View commit details
    Browse the repository at this point in the history
  3. Fix README

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5a4067a View commit details
    Browse the repository at this point in the history
  4. Revert "Consistency for test error handling"

    This reverts commit dc8d9c9.
    
    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e3e9ac8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Remove NO_COLOR argument

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d2ea503 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Remove TODO

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b3ef3cd View commit details
    Browse the repository at this point in the history