succd: add info on how to run tests
All checks were successful
/ test (pull_request) Successful in 4s
/ test (push) Successful in 4s

This commit is contained in:
Serge Bazanski 2024-09-28 16:13:07 +02:00
parent 2454a44350
commit 2899677059

View file

@ -37,6 +37,7 @@ Running locally
---
```
$ ./ci.sh # run tests
$ go run . -fake
```