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

Separate core test and SDK usage test #102

Open
notdanilo opened this issue Nov 29, 2024 · 1 comment
Open

Separate core test and SDK usage test #102

notdanilo opened this issue Nov 29, 2024 · 1 comment

Comments

@notdanilo
Copy link
Contributor

Is your feature request related to a problem? Please describe.
SDK tests (with the examples) depend on secret keys, it means that on pull_request workflows wont' work. We want to be able to test PRs. The tests are currently running on pull_request_target and on main. It might make sense for testing core.

Describe the solution you'd like
Separate SDK tests from bolt core program tests (world, bolt-component, bolt-system).
SDK examples keypairs could be dynamically generated.

@notdanilo
Copy link
Contributor Author

In fact, would it even possible to not rely on any secret for testing the code? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant