From 474cbf2b9e41cec9b91826a8a4e9de43e73b47e6 Mon Sep 17 00:00:00 2001 From: Brendan Enrick <2243498+benrick@users.noreply.github.com> Date: Tue, 23 Feb 2021 10:57:43 -0500 Subject: [PATCH] And once again without the typo --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2d39b05..e5ed2f0 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,4 +22,4 @@ jobs: - name: Build run: dotnet build .\src --no-restore --configuration Release - name: Test - run: dotnet test .\src\UnitTests --no-build --verbosity normal -- configuration Release + run: dotnet test .\src\UnitTests --no-build --verbosity normal --configuration Release