Skip to content

Commit 2ac166e

Browse files
committed
docs: document test command and CI workflow in README
1 parent 81bc058 commit 2ac166e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ Connect with any standard Redis client:
154154
redis-cli -p 6380
155155
```
156156

157+
### Tests & CI
158+
159+
```sh
160+
mvn test
161+
```
162+
163+
CI runs the same test suite on every push/PR via GitHub Actions (see `.github/workflows/ci.yml`).
164+
157165
### Docker — One-Command Replication Demo
158166

159167
Spin up a master with two replicas:

0 commit comments

Comments
 (0)