Skip to content

Commit 96f874d

Browse files
committed
Add testing to workflow
1 parent c382bcb commit 96f874d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/dotnetBuild.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ jobs:
4040
run: dotnet restore
4141

4242
- name: Build
43-
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
43+
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
44+
45+
- name: Test
46+
run: dotnet test IntelliTect.Analyzer.sln /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary

0 commit comments

Comments
 (0)