mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-13 14:00:27 +01:00
no longer use "FULL_TEST" ENV variable
This commit is contained in:
parent
681d93ce58
commit
92a19f8566
@ -3,7 +3,6 @@ using LinearAlgebra
|
|||||||
using SparseArrays
|
using SparseArrays
|
||||||
|
|
||||||
using Groups
|
using Groups
|
||||||
using Groups.GroupsCore
|
|
||||||
import Groups.MatrixGroups
|
import Groups.MatrixGroups
|
||||||
|
|
||||||
using PropertyT
|
using PropertyT
|
||||||
@ -15,7 +14,7 @@ include("optimizers.jl")
|
|||||||
include("check_positivity.jl")
|
include("check_positivity.jl")
|
||||||
include("quick_tests.jl")
|
include("quick_tests.jl")
|
||||||
|
|
||||||
if haskey(ENV, "FULL_TEST") || haskey(ENV, "CI")
|
if haskey(ENV, "CI")
|
||||||
@testset "PropertyT" begin
|
@testset "PropertyT" begin
|
||||||
include("constratint_matrices.jl")
|
include("constratint_matrices.jl")
|
||||||
include("actions.jl")
|
include("actions.jl")
|
||||||
|
Loading…
Reference in New Issue
Block a user