Skip to content

Commit

Permalink
Include J1J2 test in runtest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Aug 16, 2024
1 parent fdaa7bc commit b9aad69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ end
@time @safetestset "Heisenberg model" begin
include("heisenberg.jl")
end
@time @safetestset "Heisenberg model" begin
include("j1j2_model.jl")
end
@time @safetestset "P-wave superconductor" begin
include("pwave.jl")
end
Expand Down

0 comments on commit b9aad69

Please sign in to comment.