We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b792640 commit 31d98f7Copy full SHA for 31d98f7
1 file changed
.github/workflows/build-and-release.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "Available memory: $(free -h 2>/dev/null || echo 'N/A')"
58
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
59
--configuration Release --no-build --framework net10.0 \
60
- -- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx
+ -- --treenode-filter '/*/*/*/*[Category!=OpenBugs]' --report-trx
61
62
- name: Upload Test Results
63
uses: actions/upload-artifact@v4
0 commit comments