Skip to content

Commit

Permalink
Include compiler app in dialyzer plt
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Dec 20, 2023
1 parent 999ab18 commit c3d0229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d0229

Please sign in to comment.