Skip to content

Commit

Permalink
try to fix tests build the samples proj
Browse files Browse the repository at this point in the history
  • Loading branch information
mvenditto committed Jun 16, 2023
1 parent 500826f commit afff96d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
name: "Run C# Tests"
command: |
cd gpt4all-bindings/csharp
dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
dotnet test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx"
- run:
name: test results
command: |
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
name: "Run C# Tests"
command: |
cd gpt4all-bindings/csharp
dotnet.exe test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
dotnet.exe test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx"
- run:
name: test results
command: |
Expand Down Expand Up @@ -434,6 +434,7 @@ jobs:
command: |
brew install cmake
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -Channel 6.0.1xx
- run:
name: Build C library
Expand Down Expand Up @@ -465,7 +466,7 @@ jobs:
name: "Run C# Tests"
command: |
cd gpt4all-bindings/csharp
dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
dotnet test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx"
- run:
name: test results
command: |
Expand Down

0 comments on commit afff96d

Please sign in to comment.