From 040bacb201e840dcbaa75cc8056cfebb341b81ea Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Thu, 16 Jan 2025 16:24:10 +0100 Subject: [PATCH] actually run tests --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index bb4a0b86e8..f912ff06b1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -87,7 +87,8 @@ Logging.with_logger((islogging || Pkg.DEFAULT_IO[] == devnull) ? Logging.Console "manifests.jl", "project_manifest.jl", "sources.jl", - "workspaces.jl" + "workspaces.jl", + "apps.jl", ] @info "==== Testing `test/$f`" flush(Pkg.DEFAULT_IO[])