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

ci: Fix failing doctests and run them in CI #17716

Merged
merged 4 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. core: Fix failing doctests

    kjarosh committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6985d08 View commit details
    Browse the repository at this point in the history
  2. ci: Improve OS condition on step disabling start-stop-gc

    The syntax used for modifying an environment variable did
    nothing on Windows (PowerShell).
    kjarosh committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ce49e8d View commit details
    Browse the repository at this point in the history
  3. ci: Remove duplicated steps for running tests

    The environment variable FEATURES sets the set of features used
    while testing, that makes it possible to have just one step
    and prevent code duplication.
    kjarosh committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c3e742c View commit details
    Browse the repository at this point in the history
  4. ci: Enable doctests

    Unfortunately nextest does not support doc tests yet, they need to be
    run using cargo test.
    kjarosh committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2af1068 View commit details
    Browse the repository at this point in the history