diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae51d97..10f39cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: - name: Build with dotnet run: dotnet build - name: Test with dotnet - run: dotnet test + run: dotnet test --logger GitHubActions diff --git a/FFMpegCore.Test/FFMpegCore.Test.csproj b/FFMpegCore.Test/FFMpegCore.Test.csproj index 2d6f26a..971b098 100644 --- a/FFMpegCore.Test/FFMpegCore.Test.csproj +++ b/FFMpegCore.Test/FFMpegCore.Test.csproj @@ -36,6 +36,7 @@ +