mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
parent
e61cdf335f
commit
e71d715b9b
14 changed files with 56 additions and 6 deletions
|
@ -597,6 +597,8 @@ func TestImageOperationsGolden(t *testing.T) {
|
|||
c := qt.New(t)
|
||||
c.Parallel()
|
||||
|
||||
// Note, if you're enabling this on a MacOS M1 (ARM) you need to run the test with GOARCH=amd64.
|
||||
// GOARCH=amd64 go test -timeout 30s -run "^TestImageOperationsGolden$" ./resources -v
|
||||
devMode := false
|
||||
|
||||
testImages := []string{"sunset.jpg", "gohugoio8.png", "gohugoio24.png"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue