Skip to content

Commit

Permalink
Add ComputeSharp.D2D1.Tests.SourceGenerators to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Oct 1, 2023
1 parent 462d724 commit 145612f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
- name: Run ComputeSharp.D2D1.Tests.AssemblyLevelAttributes
run: dotnet test tests\ComputeSharp.D2D1.Tests.AssemblyLevelAttributes\ComputeSharp.D2D1.Tests.AssemblyLevelAttributes.csproj -c Release -f ${{matrix.framework}} -v n -l "console;verbosity=detailed"

# Run the D2D1 source generators tests as well (only on .NET 6, like for the DX12 ones)
- if: matrix.framework == 'net6.0'
name: Run ComputeSharp.D2D1.Tests.SourceGenerators
run: dotnet test tests\ComputeSharp.D2D1.Tests.SourceGenerators\ComputeSharp.D2D1.Tests.SourceGenerators.csproj -v n -l "console;verbosity=detailed"

# Run all unit tests using D3D12MA
run-tests-d3d12ma:
needs: [build-solution]
Expand Down

0 comments on commit 145612f

Please sign in to comment.