Skip to content

Commit

Permalink
Add testing to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Jan 9, 2024
1 parent c382bcb commit 96f874d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnetBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release

- name: Test
run: dotnet test IntelliTect.Analyzer.sln /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary

0 comments on commit 96f874d

Please sign in to comment.