Skip to content

Commit

Permalink
Run CI tests in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Jul 7, 2023
1 parent e7cf9bb commit e8235f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: dotnet build
working-directory: ./
run: dotnet build /bl CommunityToolkit.Tooling.sln
run: dotnet build /bl CommunityToolkit.Tooling.sln -p:Configuration=Release

# Run tests
- name: Install Testspace Module
Expand All @@ -73,7 +73,7 @@ jobs:
domain: ${{ github.repository_owner }}

- name: Run tests against Source Generators
run: dotnet test --logger "trx;LogFileName=sourceGeneratorTestResults.trx"
run: dotnet test --logger "trx;LogFileName=sourceGeneratorTestResults.trx" -p:Configuration=Release

- name: Create test reports
run: |
Expand Down

0 comments on commit e8235f9

Please sign in to comment.