Skip to content

Commit

Permalink
Add new EdgeDBConnection.Create function (#91)
Browse files Browse the repository at this point in the history
Also implement shared connection tests.
  • Loading branch information
dnwpark authored Jan 30, 2025
1 parent fdbf4fa commit 5638467
Show file tree
Hide file tree
Showing 8 changed files with 1,437 additions and 69 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tests/EdgeDB.Tests.Unit/shared-client-testcases"]
path = tests/EdgeDB.Tests.Unit/shared-client-testcases
url = https://github.com/edgedb/shared-client-testcases.git
Loading

0 comments on commit 5638467

Please sign in to comment.