Skip to content

Commit

Permalink
Reinclude skipped test sets of Product and Chain
Browse files Browse the repository at this point in the history
Co-authored-by: Jofre Vallès Muns <[email protected]>
  • Loading branch information
mofeing and jofrevalles authored Nov 4, 2024
1 parent 2c967a1 commit 73f3ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include("Utils.jl")
include("Quantum_test.jl")
include("Lattice_test.jl")
include("Ansatz_test.jl")
# include("Product_test.jl")
# include("Chain_test.jl")
include("Product_test.jl")
include("Chain_test.jl")
end

@testset "Integration tests" verbose = true begin
Expand Down

0 comments on commit 73f3ec0

Please sign in to comment.