Skip to content

Commit

Permalink
fix: run go tests when go.mod or go.sum change (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Feb 7, 2025
1 parent 3525e9e commit 6e4a7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- 'help.txt'
go:
- '**.go'
- 'go.mod'
- 'go.sum'
test-golang:
needs: detect-changes
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.15.0

0 comments on commit 6e4a7b5

Please sign in to comment.