Skip to content

Commit b827aae

Browse files
committed
CI: Don't minify when running tests.
This way, when a test fails, the stack trace is more readable. I don't see a strong reason to use minification during tests. Output size is not a concern.
1 parent c0827ba commit b827aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test:
1818
- go tool vet *.go # Go package in root directory.
1919
- for d in */; do echo $d; done | grep -v tests/ | grep -v third_party/ | xargs go tool vet # All subdirectories except "tests", "third_party".
2020
- >
21-
gopherjs test --short --minify
21+
gopherjs test --short
2222
github.com/gopherjs/gopherjs/tests
2323
github.com/gopherjs/gopherjs/tests/main
2424
github.com/gopherjs/gopherjs/js

0 commit comments

Comments
 (0)