Skip to content

[🛠️] Feature Request: Automated CI Testing for Publishing #46

@TheDanniCraft

Description

@TheDanniCraft

Is your feature request related to a problem?

Currently, there is no automated way to run tests before publishing (merging) changes to the repository, which can result in undetected bugs or issues being released.

Who benefits?

Contributors and maintainers of the repository will benefit by ensuring only tested code is published, improving reliability and reducing manual testing overhead.

How important is this feature?

Important

Describe the solution you'd like

Implement automated Continuous Integration (CI) testing that runs on every publishing workflow. This would automatically execute test suites (if present) and block publishing if any tests fail. Integrate with popular CI services like GitHub Actions.

Describe alternatives you've considered

Manual testing before publishing is possible but can be error-prone and time-consuming. Skipping tests risks unstable releases.

Additional context

Automated CI testing is a common best practice in open source and would help maintain the quality of published releases.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions