File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -54,34 +54,29 @@ jobs:
54
54
container : ' { "image": "rippleci/clio_ci:latest" }'
55
55
code_coverage : false
56
56
static : true
57
- integration_tests : true
58
57
- os : heavy
59
58
conan_profile : gcc
60
59
build_type : Debug
61
60
container : ' { "image": "rippleci/clio_ci:latest" }'
62
61
code_coverage : true
63
62
static : true
64
- integration_tests : true
65
63
- os : heavy
66
64
conan_profile : clang
67
65
build_type : Release
68
66
container : ' { "image": "rippleci/clio_ci:latest" }'
69
67
code_coverage : false
70
68
static : true
71
- integration_tests : true
72
69
- os : heavy
73
70
conan_profile : clang
74
71
build_type : Debug
75
72
container : ' { "image": "rippleci/clio_ci:latest" }'
76
73
code_coverage : false
77
74
static : true
78
- integration_tests : true
79
75
- os : macos15
80
76
conan_profile : default_apple_clang
81
77
build_type : Release
82
78
code_coverage : false
83
79
static : false
84
- integration_tests : false
85
80
86
81
uses : ./.github/workflows/build_and_test.yml
87
82
with :
92
87
code_coverage : ${{ matrix.code_coverage }}
93
88
static : ${{ matrix.static }}
94
89
unit_tests : true
95
- integration_tests : ${{ matrix.integration_tests }}
96
90
clio_server : true
97
91
98
92
check_config :
Original file line number Diff line number Diff line change 50
50
description : Whether to run integration tests
51
51
required : true
52
52
type : boolean
53
+ default : false
53
54
54
55
clio_server :
55
56
description : Whether to build clio_server
You can’t perform that action at this time.
0 commit comments