Skip to content

Commit

Permalink
Set ulimit in same "script" as tests
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Aug 1, 2017
1 parent 7237946 commit f24a681
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ dependencies:

test:
override:
- ulimit -s $GOPHERJS_STACK_SIZE
- ulimit -s
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet *.go # Go package in root directory.
- for d in */; do echo $d; done | grep -v tests/ | grep -v third_party/ | xargs go tool vet # All subdirectories except "tests", "third_party".
- >
gopherjs test --short --minify
ulimit -s $GOPHERJS_STACK_SIZE && ulimit -s && gopherjs test --short --minify
text/template
- go test -v -race ./...

0 comments on commit f24a681

Please sign in to comment.