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

feat: support async test functions #17

Merged
merged 14 commits into from
Jan 12, 2024
Merged

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    308b56c View commit details
    Browse the repository at this point in the history
  2. add tokio feature

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6fd78a9 View commit details
    Browse the repository at this point in the history
  3. add --all-features

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2cf022f View commit details
    Browse the repository at this point in the history
  4. support tokio::test

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    648a53f View commit details
    Browse the repository at this point in the history
  5. support tokio::test args

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4501113 View commit details
    Browse the repository at this point in the history
  6. flatten imports

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    43858f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5f5108 View commit details
    Browse the repository at this point in the history
  8. carefully add feature gate

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e8b51d3 View commit details
    Browse the repository at this point in the history
  9. fix

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6ae1642 View commit details
    Browse the repository at this point in the history
  10. fix

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    83c72a2 View commit details
    Browse the repository at this point in the history
  11. fix

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9ceb700 View commit details
    Browse the repository at this point in the history
  12. remove version

    magurotuna committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bbc9337 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix ci.yml

    magurotuna committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2f84bd5 View commit details
    Browse the repository at this point in the history
  2. fix ci.yml

    magurotuna committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0c6e42a View commit details
    Browse the repository at this point in the history