Skip to content

Commit 143b31f

Browse files
committed
Reenable --warnings-as-errors on Elixir 1.16
1 parent d2af75d commit 143b31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- pair:
4242
elixir: 1.16.0
4343
otp: 26.2
44-
build-flags:
44+
build-flags: --warnings-as-errors
4545
steps:
4646
- name: Checkout repository
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)