From c3d0229c75f07c86257346f6774c6959124f66ea Mon Sep 17 00:00:00 2001 From: Hakan Nilsson Date: Thu, 21 Dec 2023 00:47:28 +0100 Subject: [PATCH] Include compiler app in dialyzer plt --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 114c39a92..7d10fa609 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Lint run: rebar3 lint - name: Generate Dialyzer PLT for usage in CT Tests - run: dialyzer --build_plt --apps erts kernel stdlib + run: dialyzer --build_plt --apps erts kernel stdlib compiler - name: Start epmd as daemon run: erl -sname a -noinput -eval "halt(0)." - name: Run CT Tests