mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Run tests on go.sum/mod changes
This commit is contained in:
parent
5a1752ac48
commit
2b7d726c66
1 changed files with 4 additions and 0 deletions
4
.github/workflows/go-testing.yml
vendored
4
.github/workflows/go-testing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue