mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 09:00:15 +01:00
12 lines
158 B
Markdown
12 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
|
|
```
|