Skip to content

Commit 765b9cd

Browse files
okayno14zhongwencool
authored andcommitted
Removed test/ compilation
Caused problems in integration with umbrella release: prod version must be delivered without test-code.
1 parent f79fdee commit 765b9cd

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)