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

Travis - Faster CI checks #464

Merged

Commits on May 23, 2020

  1. cargo: run tests and clippy in release mode

    this will reduce total build times in travis, and when running git hooks
    mnaamani committed May 23, 2020
    Configuration menu
    Copy the full SHA
    7068344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09808c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. travis: cache cargo again

    mnaamani committed May 24, 2020
    Configuration menu
    Copy the full SHA
    2bf96c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d3c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ccff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25835ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca7c856 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53a706a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    0b01fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e272365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2ab792 View commit details
    Browse the repository at this point in the history
  4. travis: clippy before test

    mnaamani committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0fcdf28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f797393 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fcd61a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    421ff7b View commit details
    Browse the repository at this point in the history
  2. travis: cache enabled

    mnaamani committed May 26, 2020
    Configuration menu
    Copy the full SHA
    80749a7 View commit details
    Browse the repository at this point in the history
  3. travi: typo fix

    mnaamani committed May 26, 2020
    Configuration menu
    Copy the full SHA
    ed157e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fcd2aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66a8fea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    677ea26 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    a6d7e11 View commit details
    Browse the repository at this point in the history
  2. travis: skipping clippy

    mnaamani committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c41b5ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1831865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e48ba1f View commit details
    Browse the repository at this point in the history
  5. travis: typo

    mnaamani committed May 27, 2020
    Configuration menu
    Copy the full SHA
    75d497b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d68d86d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f382ca3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fddbc22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    069c68f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a288ad7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a7d252 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a700e27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ad8eb2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. git-hooks: keep cargo test and clippy in debug mode

    This way env var BUILD_DUMMY_WASM_BINARY with cargo build --release
    mnaamani committed May 28, 2020
    Configuration menu
    Copy the full SHA
    245740e View commit details
    Browse the repository at this point in the history