From 1280e8bc29ab517b1fa92f7adc1120605f90d0c0 Mon Sep 17 00:00:00 2001 From: rachid Date: Fri, 27 Oct 2023 23:39:45 +0200 Subject: [PATCH] ci: allow for test workflow call --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 473f4ae3..0bb00cce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,7 @@ name: Tests / Code Coverage # Tests / Code Coverage workflow runs unit tests and uploads a code coverage report # This workflow is run on pushes to main & every Pull Requests where a .go, .mod, .sum have been changed on: + workflow_call: pull_request: push: branches: