mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
parent
f768c27f0d
commit
11e5d456e8
5 changed files with 54 additions and 24 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
func TestGitInfos(t *testing.T) {
|
||||
skipIfCI(t)
|
||||
infos, err := getGitInfos("v0.20", false)
|
||||
infos, err := getGitInfos("v0.20", "", false)
|
||||
|
||||
require.NoError(t, err)
|
||||
require.True(t, len(infos) > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue