From b86652c02c6c004c50c28e0bede56e048113d80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Fri, 12 Apr 2024 09:49:48 +0200 Subject: [PATCH] Add fast flash to tests --- test/multimodel.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/multimodel.jl b/test/multimodel.jl index 9a4393c3..a916b346 100644 --- a/test/multimodel.jl +++ b/test/multimodel.jl @@ -131,6 +131,7 @@ end @testset "Block=$b, backend=$b, defaulted linsolve=$default_linsolve" begin arg = (general_ad = gen_ad, backend = backend, use_blocks = b, default_linsolve = default_linsolve) test_compositional_with_wells(; arg...) + test_compositional_with_wells(; fast_flash = true, arg...) test_immiscible_with_wells(; arg...) test_blackoil_with_wells(; arg...) end