Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func Test386() error {
func Test() error {
env := map[string]string{"GOFLAGS": testGoFlags()}
if isCI() {
// We have space issues on GitHub Actions (lots tests, incresing usage of Go generics).
// We have space issues on GitHub Actions (lots tests, increasing usage of Go generics).
// Test each package separately and clean up in between.
pkgs, err := hugoPackages()
if err != nil {
Expand All @@ -205,7 +205,7 @@ func Test() error {
func TestRace() error {
env := map[string]string{"GOFLAGS": testGoFlags()}
if isCI() {
// We have space issues on GitHub Actions (lots tests, incresing usage of Go generics).
// We have space issues on GitHub Actions (lots tests, increasing usage of Go generics).
// Test each package separately and clean up in between.
pkgs, err := hugoPackages()
if err != nil {
Expand Down