Skip to content

Commit 6e4a7b5

Browse files
authored
fix: run go tests when go.mod or go.sum change (#1917)
1 parent 3525e9e commit 6e4a7b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- 'help.txt'
3838
go:
3939
- '**.go'
40+
- 'go.mod'
41+
- 'go.sum'
4042
4143
test-golang:
4244
needs: detect-changes

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.15.0

0 commit comments

Comments
 (0)