Skip to content

Commit 8fecc92

Browse files
committed
Remove unsupport mix option from pipeline
1 parent e40749f commit 8fecc92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Dependencies
2828
run: mix deps.get
2929
- name: Run Tests
30-
run: MIX_ENV=test mix do compile --warnings-as-errors, test --warnings-as-errors
30+
run: mix test
3131

3232
# mutation tests
3333
test-mutation:

0 commit comments

Comments
 (0)