Skip to content

Commit 5993d8f

Browse files
authored
Update dotnet.yml
1 parent 89ea756 commit 5993d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- name: Test
7777
run: |
7878
dotnet --info
79-
dotnet test \tests\FixedMathSharp.Tests\bin\Release\FixedMathSharp.Tests.dll --framework net471 --no-build --verbosity normal
79+
dotnet test ${{ github.workspace }}\tests\FixedMathSharp.Tests\bin\Release\FixedMathSharp.Tests.dll --framework net471 --no-build --verbosity normal

0 commit comments

Comments
 (0)