From 2446c69acb2ac07f967f1d20f5d3b270eac17a58 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
Date: Fri, 26 Apr 2024 12:08:11 +0100
Subject: [PATCH] Enable tests again

---
 test/runtests.jl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/runtests.jl b/test/runtests.jl
index ef2f03e..6ffdfa8 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -2,10 +2,10 @@ using MRIBuilder
 using Test
 
 @testset "MRIBuilder.jl" begin
-    #include("test_building_blocks.jl")
+    include("test_building_blocks.jl")
     include("test_post_hoc.jl")
-    #include("test_components.jl")
-    #include("test_sequences.jl")
-    #include("test_IO.jl")
-    #include("test_plot.jl")
+    include("test_components.jl")
+    include("test_sequences.jl")
+    include("test_IO.jl")
+    include("test_plot.jl")
 end
-- 
GitLab