Commit 30ff8d8 1 parent 4a126e8 commit 30ff8d8 Copy full SHA for 30ff8d8
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 30
30
- name : Run tests
31
31
env :
32
32
SKIPS_AS_FAILS : 1
33
+ TEST_SSL : 1
33
34
run : $GITHUB_WORKSPACE/test.sh
34
35
35
36
# - name: Run tests under valgrind
52
53
run : |
53
54
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
54
55
yum -y --enablerepo=remi install redis
55
- yum -y install gcc gcc-c++ make openssl-devel cmake3 valgrind
56
+ yum -y install gcc gcc-c++ make openssl openssl -devel cmake3 valgrind
56
57
57
58
- name : Build using cmake
58
59
env :
@@ -67,11 +68,13 @@ jobs:
67
68
- name : Run tests
68
69
env :
69
70
SKIPS_AS_FAILS : 1
71
+ TEST_SSL : 1
70
72
run : $GITHUB_WORKSPACE/test.sh
71
73
72
74
- name : Run tests under valgrind
73
75
env :
74
76
SKIPS_AS_FAILS : 1
77
+ TEST_SSL : 1
75
78
TEST_PREFIX : valgrind --track-origins=yes --leak-check=full
76
79
run : $GITHUB_WORKSPACE/test.sh
77
80
@@ -105,11 +108,13 @@ jobs:
105
108
- name : Run tests
106
109
env :
107
110
SKIPS_AS_FAILS : 1
111
+ TEST_SSL : 1
108
112
run : $GITHUB_WORKSPACE/test.sh
109
113
110
114
- name : Run tests under valgrind
111
115
env :
112
116
SKIPS_AS_FAILS : 1
117
+ TEST_SSL : 1
113
118
TEST_PREFIX : valgrind --track-origins=yes --leak-check=full
114
119
run : $GITHUB_WORKSPACE/test.sh
115
120
@@ -130,6 +135,8 @@ jobs:
130
135
run : USE_SSL=1 make
131
136
132
137
- name : Run tests
138
+ env :
139
+ TEST_SSL : 1
133
140
run : $GITHUB_WORKSPACE/test.sh
134
141
135
142
windows :
You can’t perform that action at this time.
0 commit comments