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

solana: Add build, test, and lint Makefile targets to top-level dir #299

Closed

Commits on Aug 21, 2024

  1. solana: Add build, test, and lint targets to top-level dir

    Adds Makefile targets for common Solana tasks in the top-level
    directory. This allows the test and build pipeline to be run from the
    main directory for both the EVM and Solana implementations.
    
    This also helps to capture the Solana commands that are configured in
    the .github/workflows/solana.yml file. In case this codebase is merged
    or adapted into the Wormhole monorepo, the GitHub workflow may be
    removed for modified. Therefore it is beneficial to track the
    expected test configurations here.
    johnsaigle authored and nvsriram committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c3fb41b View commit details
    Browse the repository at this point in the history