Check license of dependencies file for changes (#7108)

This commit is contained in:
Daniel Nelson
2020-03-09 14:47:28 -07:00
committed by GitHub
parent 1eca315e15
commit 318a963a89
6 changed files with 88 additions and 24 deletions

View File

@@ -87,6 +87,7 @@ jobs:
at: '/go'
- run: 'make'
- run: 'make check'
- run: 'make check-deps'
- run: 'make test'
test-go-1.13-386:
<<: [ *defaults, *go-1_13 ]