We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b704e3 commit cb37e52Copy full SHA for cb37e52
1 file changed
.github/workflows/build-and-release.yml
@@ -60,7 +60,7 @@ jobs:
60
fi
61
dotnet test --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
62
--configuration Release --no-build --framework net8.0 \
63
- --filter "$FILTER" --logger "trx"
+ --filter "$FILTER" --report-trx
64
65
- name: Test (net10.0)
66
shell: bash
@@ -75,7 +75,7 @@ jobs:
75
76
77
--configuration Release --no-build --framework net10.0 \
78
79
80
- name: Upload Test Results
81
uses: actions/upload-artifact@v4
0 commit comments