Skip to content

Commit

Permalink
Upload binlog for GlobalStatements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 6, 2023
1 parent 9bb2c67 commit d3a2b0a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ jobs:

# Run all unit tests referencing the ComputeSharp projects directly
run-tests:
needs: [build-solution]
strategy:
matrix:
framework: [net7.0, net6.0, net472]
framework: [net7.0]
runs-on: windows-2022

# Set the environment variable which is then looked up in ComputeSharp.Dynamic.
Expand All @@ -88,6 +87,14 @@ jobs:
run: dotnet test tests\ComputeSharp.Tests\ComputeSharp.Tests.csproj -c Release -f ${{matrix.framework}} /p:Platform=x64 -v n -l "console;verbosity=detailed"
- name: Run ComputeSharp.Tests.DisableDynamicCompilation
run: dotnet test tests\ComputeSharp.Tests.DisableDynamicCompilation\ComputeSharp.Tests.DisableDynamicCompilation.csproj -c Release -f ${{matrix.framework}} /p:Platform=x64 -v n -l "console;verbosity=detailed"
- name: Build ComputeSharp.Tests.GlobalStatements
run: dotnet build tests\ComputeSharp.Tests.GlobalStatements\ComputeSharp.Tests.GlobalStatements.csproj -c Release -f ${{matrix.framework}} /p:Platform=x64 /bl
- name: Upload ComputeSharp.Tests.GlobalStatements binlog
uses: actions/upload-artifact@v3
with:
name: globals_statements.binlog
path: msbuild.binlog
if-no-files-found: error
- name: Run ComputeSharp.Tests.GlobalStatements
run: dotnet test tests\ComputeSharp.Tests.GlobalStatements\ComputeSharp.Tests.GlobalStatements.csproj -c Release -f ${{matrix.framework}} /p:Platform=x64 -v n -l "console;verbosity=detailed"
- name: Run ComputeSharp.Tests.Internals
Expand Down

0 comments on commit d3a2b0a

Please sign in to comment.