Skip to content

Commit f42369c

Browse files
Cleanup CI (#103)
* Remove racy test * Bump codecov-action
1 parent 32dcb1e commit f42369c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- uses: julia-actions/julia-buildpkg@v1
4444
- uses: julia-actions/julia-runtest@v1
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v3
4747
with:
4848
file: lcov.info

test/workers.jl

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ using Test
5252
x
5353
end
5454
fut = remote_eval(w, expr)
55-
@test length(w.futures) == 1
5655
@test fetch(fut) == 101
5756
@test isempty(w.futures) # should be empty since we've received all expected responses
5857

0 commit comments

Comments
 (0)