Zuu

A toolbox to run multiples tests tasks in one.

Installation

bash cargo install zuu

Configure a project

bash cd project zuu init

Config

```yml

 zuu.yml

 File required and read by zuu in the root directory of your project

watch: false # Wath mode infinite loop wait: 60 # times in seconds hooks: continuous: false # Enable continuous testing check: true # Enabled check verify: true # Verfy the project structure cross: true # Enable cross compilation lint: true # Enable lint testing test: true # Running all tests format: true # Enable rust-fmt doc: true # Enable doc creation fetch: true # Enable cargo fetch

```

Repository structure

sh . ├──src │ └── lib.rs ├──specs │ ├── continuous.yml │ ├── cross.yml │ └── README.md ├── Cargo.toml ├── LICENSE ├── zuu.yml └── README.md

sh zuu

zuu.gif

Social links