Skip to content

Commit

Permalink
re-balance the splitting of graphic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jul 30, 2024
1 parent 20e1e47 commit 361a60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ workflows:
- build
- graphics-tests:
name: graphics-tests-part1-dpr<< matrix.dpr >><< matrix.productionBuild >>
grep: "(api/|applying-options/|degenerative-horizontal-series-with-integer-min-tick/)"
grep: "(api/|applying-options/|series-markers/|price-scale/)"
matrix: *graphics-test-matrix
<<: *graphics-test-config
- graphics-tests:
Expand All @@ -371,7 +371,7 @@ workflows:
<<: *graphics-test-config
- graphics-tests:
name: graphics-tests-part3-dpr<< matrix.dpr >><< matrix.productionBuild >>
grep: "(price-scale/|series/|series-markers/|time-scale/)"
grep: "(series/|series-markers/|time-scale/|degenerative-horizontal-series-with-integer-min-tick/)"
matrix: *graphics-test-matrix
<<: *graphics-test-config
- memleaks-tests:
Expand Down

0 comments on commit 361a60d

Please sign in to comment.