Skip to content

Commit

Permalink
add 1 test debug zts build
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Mar 7, 2019
1 parent 5bbaf12 commit 57c2035
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ workflows:
- unit_tests:
name: "Unit tests 72"
image_tag: ddtrace_alpine_php-7.2-debug
- unit_tests:
name: "Unit tests 70-zts"
image_tag: ddtrace_alpine_php-7.0-zts-debug
# - unit_tests:
# name: "Unit tests 73"
# version: "7.3" # TODO: unit test for 7.3 are failing due to memory leaks - 7.3 not yet officially supported
Expand Down Expand Up @@ -489,7 +492,7 @@ workflows:
- integration_tests:
name: "Web tests 56"
integration_testsuite: "test-web-56"
image_tag: "ddtrace_alpine_php-5.6"
image_tag: "ddtrace_php_5_6"
- integration_tests:
name: "Web tests 70"
integration_testsuite: "test-web-70"
Expand Down

0 comments on commit 57c2035

Please sign in to comment.