From e1e7c9a9029d44006fac0180e6a115022d12fe9f Mon Sep 17 00:00:00 2001 From: esimov Date: Thu, 2 Dec 2021 16:25:58 +0200 Subject: [PATCH] ci: include tests into workflow --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a32d950..cd0e2465 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,6 @@ jobs: - name: Build project id: makefile - run: make \ No newline at end of file + run: | + make + go test -v ./... -run=. -cover \ No newline at end of file