-
As a developer, I want automated testing and deployment on code changes.
-
As a developer, I want automated testing and deployment on code changes.
-
Set up continuous integration so that the test are run each time.
-
Continuous integration should check that code conforms to a consistent style. Some suggestions:
- [x] At a minimum check PEP8 compliance with a tool such as [flake8](https://flake8.pycqa.org/en/lat…
-
As a developer, I want automated testing and deployment on code changes.
-
## **Description**
To ensure code quality and prevent regressions, a CI/CD pipeline should be implemented for both Rust and Cairo. The pipeline will run tests and perform linting/formatting checks …
-
As a developer, I want automated testing and deployment on code changes.
-
As a developer, I want automated testing and deployment on code changes.
-
### Links
- [Gutenberg material](https://train.rse.ox.ac.uk/material/HPCu/software_project_management/continuous_integration)
- [Markdown files](https://github.com/UNIVERSE-HPC/course-material/tre…
-
Title: Need the ability to automate continuous integration checks
**As a** Developer
**I need** automation to build and test every pull request
**So that** I do not have to rely on ma…