From 73c2930fb9372848ecf17e88ff61d390c961aba4 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 14 May 2024 15:29:02 +0200 Subject: [PATCH] Add make test to actions Signed-off-by: Simon Beck --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da3bd69a7..47126912f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,4 +35,7 @@ jobs: ${{ runner.os }}-go- - name: Run tests + run: make test + + - name: Run integration tests run: make integration-test