Skip to content

Commit db02140

Browse files
committed
feat: Use github actions
1 parent 90f9ab8 commit db02140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mongodb_driver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
mongodb-version: ["4.4"]
16+
mongodb-version: ["5.0"]
1717

1818
runs-on: ubuntu-latest
1919
steps:
@@ -49,7 +49,7 @@ jobs:
4949
run: mix deps.get
5050

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

5454
- name: Run Credo
5555
run: mix credo

0 commit comments

Comments
 (0)