Skip to content

Commit

Permalink
Potentially reduce runtime of testsuite in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Feb 20, 2024
1 parent c476a53 commit acf7400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ const verb = VERSION.major == 1 && VERSION.minor < 11
@testset "Additive properties" begin
Supposition.@check verbose=verb associative(Data.Just(add), intgen, intgen, intgen)
Supposition.@check verbose=verb identity_add(Data.Just(add), intgen)
Supposition.@check verbose=verb successor(intgen, intgen)
int16gen = Data.Integers{UInt16}()
Supposition.@check verbose=verb max_examples=1_000 successor(int16gen, int16gen)
Supposition.@check verbose=verb commutative(intgen, intgen)
end

Expand Down

0 comments on commit acf7400

Please sign in to comment.