Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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