dbt test with dbt run command

Hello,

I am new to dbt and curious to know how can i execute my test with dbt run command?
I know to run dbt test command to run test and dbt run to run my models.
Is there a way to combine the test with dbt command?

https://docs.getdbt.com/reference/commands/build

Note: @Owen originally posted this reply in Slack. It might not have transferred perfectly.

You can use dbt build command

dbt build

  • run models
  • test tests
  • snapshot snapshots
  • seed seeds