Skip to content

Commit cec63b5

Browse files
committed
Ada: fix tls_client call in CI
1 parent 7fe01ba commit cec63b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
alr run tls_server_main &> server.log &
5050
SERVER_PID=$!
5151
sleep 1
52-
echo "test message" | alr run tls_client_main -- 127.0.0.1
52+
echo "test message" | alr run tls_client_main --args=127.0.0.1
5353
kill $SERVER_PID || true
5454
5555
- name: show errors

0 commit comments

Comments
 (0)