Skip to content

Commit 6130a02

Browse files
committed
feat: Use all test units
1 parent fd172f3 commit 6130a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mongodb_driver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: mix deps.get
5050

5151
- name: Run tests
52-
run: mix test --exclude ssl --exclude socket test/mongo_test.exs
52+
run: mix test --exclude ssl --exclude socket
5353

5454
- name: Run Credo
5555
run: mix credo

0 commit comments

Comments
 (0)