Skip to content

Commit b792640

Browse files
committed
ci: add debugging output to diagnose ubuntu test hang
1 parent 2c4d157 commit b792640

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ jobs:
5252
shell: bash
5353
timeout-minutes: 10
5454
run: |
55+
echo "Starting test run..."
56+
echo "dotnet version: $(dotnet --version)"
57+
echo "Available memory: $(free -h 2>/dev/null || echo 'N/A')"
5558
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
5659
--configuration Release --no-build --framework net10.0 \
57-
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx --maximum-parallel-tests 1
60+
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx
5861
5962
- name: Upload Test Results
6063
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)