Skip to content

Commit af66f7d

Browse files
committed
docs: cut v1.0.0 for production contract
Serialize CI ctest to avoid the known parallel test_server flake.
1 parent 649dd40 commit af66f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: cmake --build build -j$(sysctl -n hw.ncpu)
2323

2424
- name: Test
25-
run: ctest --test-dir build --output-on-failure
25+
run: ctest --test-dir build --output-on-failure -j1

0 commit comments

Comments
 (0)