From 2e9573e8142d944d81480e94567ea607478976ba Mon Sep 17 00:00:00 2001 From: gpogudin Date: Mon, 29 Jan 2024 16:18:47 +0100 Subject: [PATCH] fixing runtests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index a6d23c66..e4a1b8f6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -137,7 +137,7 @@ end @info "Testing started" -@time @testset "Quality Assurance" include("qa.jl") +@time include("qa.jl") all_tests = get_test_files(GROUP) if !isempty(ARGS)