Skip to content

Commit c9467d9

Browse files
committed
Removed test/ compilation
Caused problems in integration with umbrella release: prod version must be delivered without test-code.
1 parent f5b5706 commit c9467d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{erl_opts, [
2-
{src_dirs, ["src", "test"]},
2+
{src_dirs, ["src"]},
33
warn_unused_vars,
44
warn_export_all,
55
warn_shadow_vars,

0 commit comments

Comments
 (0)