Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Due to an issue with commit 6564c0f, only the first line was
executed, so the tests were not executed on GHA CI.

Fixes: 6564c0f
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed May 3, 2022
1 parent b370d04 commit 22281d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm install markdown-toc

- name: Run Tests
run:
run: |
go run build.go vet
go run build.go test
go run build.go toc docs/v1/manual.md

0 comments on commit 22281d3

Please sign in to comment.