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]: test each individual crate's manifest #392

Merged
merged 9 commits into from
Jun 25, 2021
Merged

[ci]: test each individual crate's manifest #392

merged 9 commits into from
Jun 25, 2021

Commits on Jun 24, 2021

  1. [ci]: test each crate outside workspace

    We have bitten by these a few times now with that some features are leaked from the workspace
    which makes it compile in the workspace but not using it's own Cargo.toml.
    niklasad1 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e683cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b3ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b66e67b View commit details
    Browse the repository at this point in the history
  4. [ws server]: fix features

    niklasad1 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    433a617 View commit details
    Browse the repository at this point in the history
  5. debug failure in CI

    niklasad1 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    be54762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8edee85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e94aff View commit details
    Browse the repository at this point in the history
  8. restore removed assertion

    niklasad1 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1a229d3 View commit details
    Browse the repository at this point in the history
  9. remove whitespaces

    niklasad1 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    93a936b View commit details
    Browse the repository at this point in the history