From 547b783f96306e0e8e06c93da63fc2be338cc7a2 Mon Sep 17 00:00:00 2001 From: joeriddles Date: Tue, 9 Jan 2024 12:18:16 -0800 Subject: [PATCH] Remove --build from dotnet test in CI --- .github/workflows/dotnetBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 5a4e8107..f9afae52 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -43,4 +43,4 @@ jobs: run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --verbosity normal