Skip to content

Commit

Permalink
settle for only running the ulimit test on linux
Browse files Browse the repository at this point in the history
I tried using the unix build tag, although predictably,
the test is prone to failure on darwin:

	fork/exec /var/[...]/gofumpt.test: argument list too long

Testing ulimits on one GOOS is enough,
especially since we'll always test on linux via CI.
  • Loading branch information
mvdan committed Mar 18, 2023
1 parent 138ae17 commit 62ec1a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ulimit_unix_test.go → ulimit_linux_test.go
@@ -1,10 +1,6 @@
// Copyright (c) 2019, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information

// TODO: replace with the unix build tag once we require Go 1.19 or later
//go:build linux
// +build linux

package main

import (
Expand Down

0 comments on commit 62ec1a6

Please sign in to comment.