diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 7fe3dbcf..d0571dd9 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -347,7 +347,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" - run: name: test results when: always @@ -407,7 +407,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet.exe test Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet.exe test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" - run: name: test results when: always @@ -467,7 +467,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" - run: name: test results when: always