From 22281d3e165c85eacb3ae38fe375043907ebe951 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 2 May 2022 18:56:50 -0700 Subject: [PATCH] Fix CI Due to an issue with commit 6564c0f1f96, only the first line was executed, so the tests were not executed on GHA CI. Fixes: 6564c0f1f96 Signed-off-by: Kir Kolyshkin --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 91c8aa533e..93aca5781b 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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