add 'wss_rw' to the Lune cargo tests

This commit is contained in:
AsynchronousMatrix 2023-07-19 18:09:12 +01:00
parent ee6fd5d886
commit bf53f31cc1

View file

@ -58,6 +58,7 @@ create_tests! {
net_serve_requests: "net/serve/requests",
net_serve_websockets: "net/serve/websockets",
net_socket_wss: "net/socket/wss",
net_socket_wss_rw: "net/socket/wss_rw",
process_args: "process/args",
process_cwd: "process/cwd",