From b70fa39f8af8cbb6ce266baf673296f91fad3268 Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:18:16 +0100 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index ea7922f..62612cc 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,9 +1,6 @@ using BeforeIT, Test - -println(Threads.nthreads()) - @testset "BeforeIT.jl Tests" begin include("package_sanity_tests.jl")