chore(test): testing the github action

This commit is contained in:
Shawn 2020-12-10 16:49:32 +08:00
parent 12e0028b77
commit 02afda2f3b
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
-spec(register_metrics() -> ok).
register_metrics() ->
io:format("testing"),
lists:foreach(fun emqx_metrics:ensure/1, ?ACL_METRICS).
%%--------------------------------------------------------------------