Skip to content

Commit a3d571b

Browse files
committed
run credo and format in test env to not recompile
1 parent 33b56eb commit a3d571b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ jobs:
3636
run: mix test
3737

3838
- name: credo
39+
env:
40+
MIX_ENV: test
3941
run: mix credo --strict
4042

4143
- name: check format
44+
env:
45+
MIX_ENV: test
4246
run: mix format --check-formatted
4347

0 commit comments

Comments
 (0)