Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 12, 2023
1 parent aeeb191 commit 8d5a0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true"
end
@timeit_include("Events.jl")
verify_no_running_processes()
@timeit_include("WorkspaceManager.jl")
@timeit_include("Configuration.jl")
verify_no_running_processes()
@timeit_include("packages/Basic.jl")
verify_no_running_processes()
Expand All @@ -30,7 +30,7 @@ verify_no_running_processes()
verify_no_running_processes()
@timeit_include("Notebook.jl")
verify_no_running_processes()
@timeit_include("Configuration.jl")
@timeit_include("WorkspaceManager.jl")
verify_no_running_processes()

# tests that don't start new processes:
Expand Down

0 comments on commit 8d5a0e7

Please sign in to comment.