Skip to content

Commit f72ca27

Browse files
committed
Fix .NET test
1 parent a1f4504 commit f72ca27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ jobs:
780780

781781
- name: Run .NET tests
782782
working-directory: sdks/csharp
783-
run: dotnet test -warnaserror --no-restore
783+
run: dotnet test -warnaserror --no-restore SpacetimeDB.ClientSDK.csproj
784784

785785
- name: Verify C# formatting
786786
working-directory: sdks/csharp

0 commit comments

Comments
 (0)