diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 9c25c29..11fb0a0 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -58,11 +58,21 @@ jobs: env: CC: gcc-10 CXX: g++-10 + - run: mix compile + unless: matrix.warnings_as_errors + env: + CC: gcc-10 + CXX: g++-10 - run: mix test --warnings-as-errors if: matrix.warnings_as_errors env: CC: gcc-10 CXX: g++-10 + - run: mix test + unless: matrix.warnings_as_errors + env: + CC: gcc-10 + CXX: g++-10 # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by diff --git a/RELEASE.md b/RELEASE.md index 850f763..8a993a1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,6 +7,15 @@ ## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.41 2024- +- [Fixed GHA to catch warnings in tests](https://github.com/RobertDober/earmark_parser/pull/153) + Kudos to [Kian-Meng Ang](https://github.com/kianmeng) + +- [Fixed warnings in tests](https://github.com/RobertDober/earmark_parser/pull/152) + Kudos to [Kian-Meng Ang](https://github.com/kianmeng) + +- [Fortunately there are folks who can spell **and** type](https://github.com/RobertDober/earmark_parser/pull/151) + Kudos to [Kian-Meng Ang](https://github.com/kianmeng) + ## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.40 2024-07-02 - **Gladly** following [`ex_doc`](https://github.com/elixir-lang/ex_doc/blob/main/mix.exs) to drop support for