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 tests on 32 bit #17

Merged
merged 19 commits into from
Sep 11, 2024
Merged

Fix tests on 32 bit #17

merged 19 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Fix Arena testing

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6666752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1773ff9 View commit details
    Browse the repository at this point in the history
  3. Fix bucket testing

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8c8f5a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    286a028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    128aa0c View commit details
    Browse the repository at this point in the history
  6. Fix msrv pipeline

    Bump msrv to 1.63, and use minimal versions
    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7a35d13 View commit details
    Browse the repository at this point in the history
  7. Fix arena.rs

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4a16d6c View commit details
    Browse the repository at this point in the history
  8. Fix bucket.rs

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3f0c0f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dac9d1 View commit details
    Browse the repository at this point in the history
  10. Fix typo in rust.yml

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2e8f511 View commit details
    Browse the repository at this point in the history
  11. Use cargo-nextest for test-32bit

    For better output
    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d80afb7 View commit details
    Browse the repository at this point in the history
  12. Fix test-32bit

    Add rust target i686-unknown-linux-musl
    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5b27edf View commit details
    Browse the repository at this point in the history
  13. Run test-32bit without cross

    i686 should run on x86_64
    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    267b4f2 View commit details
    Browse the repository at this point in the history
  14. Fix Bucket tests

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ee71224 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e3384b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c32e2c1 View commit details
    Browse the repository at this point in the history
  17. Fix bucket.rs

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    feeee81 View commit details
    Browse the repository at this point in the history
  18. Fix bucket.rs

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    541b89f View commit details
    Browse the repository at this point in the history
  19. Run doc test in test-32bit

    NobodyXu authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    51d26a7 View commit details
    Browse the repository at this point in the history