mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 00:14:34 +00:00
docs
rm unused params fix test test workflow security add ci badge
This commit is contained in:
11
README.md
11
README.md
@@ -108,3 +108,14 @@ View errors:
|
||||
```bash
|
||||
journalctl -u telegram-bot -p err
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
The GitHub actions workflow already runs tests on every commit:
|
||||
|
||||
> [](https://github.com/HugeFrog24/go-telegram-bot/actions/workflows/go-ci.yaml)
|
||||
|
||||
However, you can run the tests locally using:
|
||||
```bash
|
||||
go test -race -v ./...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user