fix dotnet test target

This commit is contained in:
mvenditto 2023-06-15 20:30:42 +01:00 committed by AT
parent 9bb3000bdb
commit ce7e02388d

View File

@ -342,7 +342,7 @@ jobs:
name: "Run C# Tests"
command: |
cd gpt4all-bindings/csharp
dotnet test -v n --filter --filter SKIP_ON_CI=False
dotnet test . --filter --filter SKIP_ON_CI=False
- run:
name: Build C# Project
command: |