Skip to content

Commit 721aee5

Browse files
committed
fix: correct commands on test workflow
1 parent 3e03f17 commit 721aee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
otp-version: ${{ matrix.elixir_otp.otp }}
3434

3535
- name: Install dependencies
36-
run: mix deps.get
36+
run: mix deps.all
3737

3838
- name: Run tests
39-
run: mix test
39+
run: mix test.all
4040

4141

0 commit comments

Comments
 (0)