Skip to content

Commit 31d98f7

Browse files
committed
ci: simplify filter to debug ubuntu hang (remove HighMemory filter)
1 parent b792640 commit 31d98f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "Available memory: $(free -h 2>/dev/null || echo 'N/A')"
5858
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
5959
--configuration Release --no-build --framework net10.0 \
60-
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx
60+
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]' --report-trx
6161
6262
- name: Upload Test Results
6363
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)