Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 714 Bytes

readme.md

File metadata and controls

30 lines (17 loc) · 714 Bytes

Documentation

Development

For information about the development process, see: development.

Production

For information about the process to deploy on production, see production.

Testing

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

Workflows

  • Build and Test: Every commit triggers a build and test process, where tfchain is compiled and all unit and integration tests are executed.

Release process

See upgrade-process