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

[Feature] Run tests on build in CI #271

Open
Yoronex opened this issue Aug 23, 2024 · 0 comments
Open

[Feature] Run tests on build in CI #271

Yoronex opened this issue Aug 23, 2024 · 0 comments
Labels
For: CI/CD Issues which affect continous integration Priority: Medium Type: Enhancement

Comments

@Yoronex
Copy link
Member

Yoronex commented Aug 23, 2024

What would you like?

During development, we only run tests in an SQLite environment based on the Typescript code. To more closely reflect the real world, we already run the tests on a MariaDB instance as well in order to catch any DB-specific errors. Because Typescript compiles to Javascript and Javascript we actually execute with Node, it would be nice to also run all tests on the Javascript code.

Why is this needed?

To catch any errors like #268, where the Typescript compiler was involved.

How could it be implemented?

No response

Other information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: CI/CD Issues which affect continous integration Priority: Medium Type: Enhancement
Projects
None yet
Development

No branches or pull requests

3 participants