Skip to content

Commit

Permalink
Avoiding 2D+1D AMR tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 10, 2024
1 parent a63f5f0 commit b826ca5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ function run_tests(testdir)
elseif f in ["PoissonNonConformingOctreeModelsTests.jl"]
np = [1,2,4]
extra_args = ""
#elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"]
# np = [1,4]
# extra_args = ""
elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"]
continue
np = [1,4]
extra_args = ""
else
np = [nprocs]
extra_args = ""
Expand Down

0 comments on commit b826ca5

Please sign in to comment.