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

fix ci #337

Merged
merged 3 commits into from
Oct 5, 2022
Merged

fix ci #337

merged 3 commits into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. Switch CI test run to --all-targets.

    Currently we're not running integration tests in CI, so things like
    test_cli are currently failing.
    
    This new flag appears (confusingly) to run all tests except doc tests,
    whereas bare cargo test also runs doc tests. Given that we have a
    separate job for doc tests already, this seems to be what we want.
    bholley committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cd5a1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb1f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b9ffb View commit details
    Browse the repository at this point in the history