Check, Format, Build, Run

Format source files:

code
donna format

Check the project without producing a final executable:

code
donna check

Build the project:

code
donna build

Run the app:

code
donna run

Run the test suite:

code
donna test

Use check while writing code, test when behavior matters, and build when you want the binary. Donna keeps these separate because different questions deserve different answers.