For information about the development process, see: development.
For information about the process to deploy on production, see production.
To fire all unit tests:
Make sure you have setup your work environment (see development).
cd substrate-node
cargo test
For integration tests, see integration-tests
- Build and Test: Every commit triggers a build and test process, where tfchain is compiled and all unit and integration tests are executed.
See upgrade-process