Skip to content

Commit

Permalink
Test new FIRK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 10, 2024
1 parent 646fdc9 commit eb6c93d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/BoundaryValueDiffEqFIRK/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using ReTestItems, BoundaryValueDiffEqFIRK, Hwloc, InteractiveUtils

#=
@info sprint(InteractiveUtils.versioninfo)
const GROUP = lowercase(get(ENV, "GROUP", "All"))
Expand All @@ -17,3 +17,5 @@ ReTestItems.runtests(
BoundaryValueDiffEqFIRK; tags = (GROUP == "all" ? nothing : [Symbol(GROUP)]),
nworkers = RETESTITEMS_NWORKERS,
nworker_threads = RETESTITEMS_NWORKER_THREADS, testitem_timeout = 300 * 60)
=#
ReTestItems.runtests("/expanded/")

0 comments on commit eb6c93d

Please sign in to comment.