We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fba7b commit 6c87d3bCopy full SHA for 6c87d3b
.github/workflows/dotnet.yml
@@ -79,4 +79,4 @@ jobs:
79
- name: Test
80
run: |
81
dotnet --info
82
- dotnet test ${{ github.workspace }}\tests\FixedMathSharp.Tests\bin\Release\FixedMathSharp.Tests.dll --verbosity normal
+ dotnet test ${{ github.workspace }}\tests\FixedMathSharp.Tests\bin\Release\net471\FixedMathSharp.Tests.dll --verbosity normal
0 commit comments