From 4e158e2995a09117c5ce05aa64d4f68fce8bfbfb Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Thu, 22 Feb 2024 15:23:41 -0800 Subject: [PATCH] Further CICD tweaks --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16e93c8..59bef59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,4 +48,4 @@ jobs: - name: Build Package run: dotnet build --no-restore --configuration Release - name: Test cases - run: dotnet test --no-build --verbosity normal --configuration Release + run: dotnet test --verbosity normal --configuration Release