mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 09:00:15 +01:00
13 lines
158 B
Markdown
13 lines
158 B
Markdown
|
# Running tests
|
||
|
|
||
|
## Install bats
|
||
|
```
|
||
|
sudo apt install bats
|
||
|
```
|
||
|
|
||
|
## Run tests manually
|
||
|
```
|
||
|
bats ./bonus.postgresql-13.bats
|
||
|
bats ./bonus.postgresql-15.bats
|
||
|
```
|