Skip to content

Commit d48f0c7

Browse files
committed
Use dev mode for Dialyzer
1 parent ebb0f89 commit d48f0c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on: [push]
44

5-
env:
6-
MIX_ENV: test
7-
85
jobs:
96
build:
107
name: Elixir ${{matrix.elixir}} - OTP ${{matrix.otp}}
@@ -72,4 +69,4 @@ jobs:
7269
key: plts-${{ matrix.elixir }}
7370

7471
- name: Dialyzer
75-
run: mix dialyzer
72+
run: MIX_ENV=dev mix dialyzer

0 commit comments

Comments
 (0)