mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-14 06:05:34 +00:00
fix dotnet test target
This commit is contained in:
parent
9bb3000bdb
commit
ce7e02388d
@ -342,7 +342,7 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet test -v n --filter --filter SKIP_ON_CI=False
|
dotnet test . --filter --filter SKIP_ON_CI=False
|
||||||
- run:
|
- run:
|
||||||
name: Build C# Project
|
name: Build C# Project
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user