mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
add how to run autotests
This commit is contained in:
parent
33c3156197
commit
195d7dfda1
1 changed files with 6 additions and 0 deletions
|
@ -138,3 +138,9 @@ make watch
|
|||
```
|
||||
|
||||
> **NOTE:** do not set the `bindata` tag such as in `TAGS="bindata" make watch` or the browser may fail to load pages with an error like `Failed to load asset`
|
||||
|
||||
To run automated frontend and backend tests:
|
||||
|
||||
```bash
|
||||
make test
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue