Fixed typos in docs

This commit is contained in:
2025-06-23 05:40:20 +02:00
parent a987c0fb34
commit 82f67515e7
7 changed files with 44 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ name: Tests
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
@@ -16,4 +16,4 @@ jobs:
with:
go-version: 'stable'
- name: "Running unit tests"
run: go test ./... -v
run: go test ./... -v