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: Daily Blockchain Reference Test Workflow Failures #1588

Merged
merged 3 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Fix workflow failures

    Currently, workflow failures are being recorded as passing.  The reason
    for this is simply a flag within the yaml file that was presumably
    copied over from the original gradle tests.  This should now resolve the
    issus, and make sure that when the workflow fails --- we see that.
    DavePearce committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0e1c9e6 View commit details
    Browse the repository at this point in the history
  2. Fixes for GeneralStateTests

    This puts through two minor fixes for the GeneralStateTests.  Firstly,
    it adds notifications from the Rust corset side.  Secondly, it drops
    parallelism from the go-corset side.
    DavePearce committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2e6e43f View commit details
    Browse the repository at this point in the history
  3. Attempting to resolve gradle issue

    There appears to be an issue with running `gradle spotlessCheck` on the
    CI server.
    DavePearce committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0ce8f15 View commit details
    Browse the repository at this point in the history