This commit is contained in:
parent
8b74678c7d
commit
7a2145a0d3
@ -20,6 +20,24 @@ Our [Drone CI configuration](https://git.coopcloud.tech/coop-cloud/abra/src/bran
|
|||||||
|
|
||||||
Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log.
|
Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log.
|
||||||
|
|
||||||
|
## Unit tests
|
||||||
|
|
||||||
|
### Run tests
|
||||||
|
|
||||||
|
Run the entire suite.
|
||||||
|
|
||||||
|
```
|
||||||
|
make test
|
||||||
|
```
|
||||||
|
|
||||||
|
### Filter tests
|
||||||
|
|
||||||
|
Run a specific test.
|
||||||
|
|
||||||
|
```
|
||||||
|
go test ./pkg/recipe -v -run TestGetVersionLabelLocalDoesNotUseTimeoutLabel
|
||||||
|
```
|
||||||
|
|
||||||
## Integration tests
|
## Integration tests
|
||||||
|
|
||||||
### Install dependencies
|
### Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user