Skip to content

Commit 6413f1e

Browse files
committed
fixup! debug
1 parent f41e4cf commit 6413f1e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
matrix:
2525
version:
2626
- 'nightly'
27-
- '1'
2827
os:
2928
- ubuntu-latest
3029
- macOS-latest
31-
- windows-latest
3230
arch:
3331
- x64
3432
- x86

test/topology.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ using Random
132132

133133
for (i, (from,to)) in enumerate(combinations)
134134
remotecall_wait(topid->remotecall_fetch(myid, topid), from, to)
135-
# expected_num_conns += 2 # one connection endpoint on both from and to
135+
expected_num_conns += 2 # one connection endpoint on both from and to
136136
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
137-
# @test num_conns == expected_num_conns
137+
@test num_conns == expected_num_conns
138138
end
139139
end
140140

0 commit comments

Comments
 (0)