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

tests: make integration testing faster #726

Merged
merged 2 commits into from
Jul 15, 2022
Merged

Commits on Jul 14, 2022

  1. workflow: separate integration tests from other checks

    Separated integration tests from linter, unit, e2e and examples checks,
    because integration tests run longer then all other.
    Result: 15% faster testing.
    
    Part of #690
    better0fdead committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e8f3dee View commit details
    Browse the repository at this point in the history
  2. test: add pre-building of slow projects

    Added pre-building of project_with_cartridge and default_project before integration tests.
    Result: ~25-50% faster testing.
    
    Closes #390
    better0fdead committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    714d564 View commit details
    Browse the repository at this point in the history