no longer use "FULL_TEST" ENV variable

This commit is contained in:
Marek Kaluba 2024-02-15 22:47:55 +01:00
parent 681d93ce58
commit 92a19f8566
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ using LinearAlgebra
using SparseArrays
using Groups
using Groups.GroupsCore
import Groups.MatrixGroups
using PropertyT
@ -15,7 +14,7 @@ include("optimizers.jl")
include("check_positivity.jl")
include("quick_tests.jl")
if haskey(ENV, "FULL_TEST") || haskey(ENV, "CI")
if haskey(ENV, "CI")
@testset "PropertyT" begin
include("constratint_matrices.jl")
include("actions.jl")