From 2b7d726c664e2a05ef0c36e5d02da32b4f19b5d5 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 19 Oct 2021 14:49:37 -0500 Subject: [PATCH] Run tests on go.sum/mod changes --- .github/workflows/go-testing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go-testing.yml b/.github/workflows/go-testing.yml index ead4ff049..57dec2773 100644 --- a/.github/workflows/go-testing.yml +++ b/.github/workflows/go-testing.yml @@ -8,6 +8,8 @@ on: - 'cmd/**' - 'internal/**' - '.github/workflows**' + - 'go.mod' + - 'go.sum' pull_request: branches: - main @@ -15,6 +17,8 @@ on: - 'builtin/**' - 'cmd/**' - 'internal/**' + - 'go.mod' + - 'go.sum' jobs: unit-tests: