We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6fcc7 commit e59af60Copy full SHA for e59af60
test/runtests.jl
@@ -16,5 +16,4 @@ client_tests()
16
redis_tests(RedisConnection())
17
18
# TLS connection
19
-# TODO: enable after updating github CI configuration
20
-# redis_tests(RedisConnection(; port=16379, sslconfig=client_tls_config("certs/ca.crt")))
+redis_tests(RedisConnection(; port=16379, sslconfig=client_tls_config(joinpath(@__DIR__, "certs", "ca.crt"))))
0 commit comments