From d29e238beb5581a01267b73fe736ec01cd070ba6 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 9 May 2024 19:48:06 +0200 Subject: [PATCH] chore: Split unit/integration tests in CI workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2b3d14..cbe1b22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - make: ["lint", "test"] + make: ["lint", "unit-test", "integration-test"] steps: - uses: actions/checkout@v4