diff --git a/.github/actions/test/action.yaml b/.github/actions/test/action.yaml index 24fba27bb..92d868d31 100644 --- a/.github/actions/test/action.yaml +++ b/.github/actions/test/action.yaml @@ -7,5 +7,6 @@ runs: run: cargo test --manifest-path tools/slicec-cs/Cargo.toml shell: bash - name: 🧪 Test - run: dotnet test --no-build --verbosity normal + # See https://github.com/microsoft/vstest/issues/2080#issuecomment-539879345 + run: dotnet test --no-build --verbosity normal --logger:"console;noprogress=true" shell: bash