From d9fab97e838cfb39b2d6a840c47165b5f09dd50d Mon Sep 17 00:00:00 2001 From: mvenditto Date: Fri, 16 Jun 2023 23:12:09 +0200 Subject: [PATCH] remove --no-build from test --- .circleci/continue_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 04be89ec..48ccecc3 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 -v n -c Release --no-build --filter "SKIP_ON_CI!=True" --logger "trx" + dotnet test Gpt4All.Tests -v n -c Release --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: Test results command: | @@ -406,7 +406,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet.exe test Gpt4All.Tests -v n -c Release --no-build --filter "SKIP_ON_CI!=True" --logger "trx" + dotnet.exe test Gpt4All.Tests -v n -c Release --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: Test results command: | @@ -468,7 +468,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - $HOME/cli-tools/dotnet test Gpt4All.Tests -v n -c Release --no-build --filter "SKIP_ON_CI!=True" --logger "trx" + $HOME/cli-tools/dotnet test Gpt4All.Tests -v n -c Release --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: Test results command: |