From 96f874d41ddc70fd79cb4aa5bc82fc6c1e4ebd35 Mon Sep 17 00:00:00 2001 From: joeriddles Date: Tue, 9 Jan 2024 09:44:27 -0800 Subject: [PATCH] Add testing to workflow --- .github/workflows/dotnetBuild.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 12721078..63c51149 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -40,4 +40,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release \ No newline at end of file + run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release + + - name: Test + run: dotnet test IntelliTect.Analyzer.sln /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary