Skip to content

Commit e59af60

Browse files
committed
enable TLS tests
1 parent ef6fcc7 commit e59af60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ client_tests()
1616
redis_tests(RedisConnection())
1717

1818
# TLS connection
19-
# TODO: enable after updating github CI configuration
20-
# redis_tests(RedisConnection(; port=16379, sslconfig=client_tls_config("certs/ca.crt")))
19+
redis_tests(RedisConnection(; port=16379, sslconfig=client_tls_config(joinpath(@__DIR__, "certs", "ca.crt"))))

0 commit comments

Comments
 (0)