Skip to content

Commit c1366b7

Browse files
committed
adding image size test to ci
1 parent 5b32318 commit c1366b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- run:
4040
name: Test Python2 as the default
4141
command: make test_python2_all
42+
- run:
43+
name: Test if image size increase
44+
command: make test_debian9_image_size
4245
- run:
4346
name: Running debian9 CI Tests
4447
command: make run_tests_debian9

0 commit comments

Comments
 (0)