Skip to content

Commit

Permalink
skip RegressionTests on local testing (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Apr 6, 2024
1 parent 6d0d58b commit b7e1e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,6 @@ using Chairmarks: Sample, Benchmark

@testset "Regression Tests" begin
import RegressionTests
RegressionTests.test(workers=8, skip_unsupported_platforms=true)
("CI" => "true") ENV && RegressionTests.test(workers=8, skip_unsupported_platforms=true)
end
end

0 comments on commit b7e1e12

Please sign in to comment.