Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Aug 9, 2024
1 parent b2ca426 commit 9048337
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ end)
Aqua.test_all(AWSCRT, ambiguities = false)
Aqua.test_ambiguities(AWSCRT)
end
end
@testset "interrupt_connection.jl" begin
@info "Starting interrupt_connection.jl"
include("interrupt_connection.jl")
@testset "interrupt_connection.jl" begin
# running this in parallel will kill the connections used by other tests so don't do that
@info "Starting interrupt_connection.jl"
include("interrupt_connection.jl")
end
end
@testset "mqtt_test.jl" begin
@info "Starting mqtt_test.jl"
Expand Down

0 comments on commit 9048337

Please sign in to comment.