Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 0d8944a

Browse files
committed
Speed up the unit tests by lowering the compression
1 parent 7b4fa54 commit 0d8944a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/fixtures/rel_test/mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ defmodule RelTest.MixProject do
3636
cookie: "#{@app}_cookie",
3737
quiet: true,
3838
steps: [:assemble, &Bakeware.assemble/1],
39-
strip_beams: Mix.env() == :prod
39+
strip_beams: Mix.env() == :prod,
40+
compression_level: 1
4041
]
4142
end
4243
end

0 commit comments

Comments
 (0)