We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40749f commit 8fecc92Copy full SHA for 8fecc92
1 file changed
.github/workflows/elixir.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Dependencies
28
run: mix deps.get
29
- name: Run Tests
30
- run: MIX_ENV=test mix do compile --warnings-as-errors, test --warnings-as-errors
+ run: mix test
31
32
# mutation tests
33
test-mutation:
0 commit comments