0
0
Fork 0
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:
houkime 2024-01-13 10:13:02 +00:00 committed by Houkime
parent 33c3156197
commit 195d7dfda1

View file

@ -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
```