Skip to content

Commit 2c4d157

Browse files
committed
ci: try running tests sequentially to debug ubuntu hang
1 parent 8dac297 commit 2c4d157

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
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
5656
--configuration Release --no-build --framework net10.0 \
57-
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx
57+
-- --treenode-filter '/*/*/*/*[Category!=OpenBugs]&/*/*/*/*[Category!=HighMemory]' --report-trx --maximum-parallel-tests 1
5858
5959
- name: Upload Test Results
6060
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)