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 89ea756 commit 5993d8fCopy full SHA for 5993d8f
.github/workflows/dotnet.yml
@@ -76,4 +76,4 @@ jobs:
76
- name: Test
77
run: |
78
dotnet --info
79
- dotnet test \tests\FixedMathSharp.Tests\bin\Release\FixedMathSharp.Tests.dll --framework net471 --no-build --verbosity normal
+ dotnet test ${{ github.workspace }}\tests\FixedMathSharp.Tests\bin\Release\FixedMathSharp.Tests.dll --framework net471 --no-build --verbosity normal
0 commit comments