Skip to content

CI: Fix lint and test program jobs#7

Merged
joncinque merged 2 commits into
solana-program:mainfrom
joncinque:fixci
Mar 14, 2025
Merged

CI: Fix lint and test program jobs#7
joncinque merged 2 commits into
solana-program:mainfrom
joncinque:fixci

Conversation

@joncinque
Copy link
Copy Markdown
Contributor

Problem

We made spl-token-metadata-example purely a cdylib in #3, but the tests were using it as a library.

Summary of changes

That code wasn't being used anyway, so force the test to use the built BPF program.

Also clean up some other stuff.

#### Problem

We made spl-token-metadata-example purely a cdylib in solana-program#3, but the tests
were using it as a library.

#### Summary of changes

That code wasn't being used anyway, so force the test to use the built
BPF program.

Also clean up some other stuff.
@joncinque joncinque requested a review from febo March 8, 2025 00:36
@joncinque joncinque merged commit d75e67b into solana-program:main Mar 14, 2025
@joncinque joncinque deleted the fixci branch March 14, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants