fix(README): update docs for running ct on single app
This commit is contained in:
parent
135c005467
commit
07069898b1
|
@ -90,7 +90,7 @@ make eunit ct
|
|||
### 执行部分应用的 common tests
|
||||
|
||||
```bash
|
||||
make apps/emqx_bridge-ct
|
||||
make apps/emqx_retainer-ct
|
||||
```
|
||||
|
||||
### 静态分析(Dialyzer)
|
||||
|
|
|
@ -84,7 +84,7 @@ make eunit ct
|
|||
### common test の一部を実行する
|
||||
|
||||
```bash
|
||||
make apps/emqx_bridge-ct
|
||||
make apps/emqx_retainer-ct
|
||||
```
|
||||
|
||||
### Dialyzer
|
||||
|
|
|
@ -93,7 +93,7 @@ make eunit ct
|
|||
Пример:
|
||||
|
||||
```bash
|
||||
make apps/emqx_bridge-ct
|
||||
make apps/emqx_retainer-ct
|
||||
```
|
||||
|
||||
### Dialyzer
|
||||
|
|
Loading…
Reference in New Issue