Fixed typos in docs
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user