From aa1d9de40619f3d0e8f863dea411dbd1a43c6f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Fri, 15 Dec 2023 19:36:37 +0000 Subject: [PATCH] Add ayb/commands.md --- ayb/commands.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ayb/commands.md diff --git a/ayb/commands.md b/ayb/commands.md new file mode 100644 index 0000000..74e99c5 --- /dev/null +++ b/ayb/commands.md @@ -0,0 +1,7 @@ +# Commands + +Basic commands for ayb development + +* SMTP server: `./tests/smtp_server.sh 10026` +* Run ayb server: `cargo run -- server` +* Only run SQLite tests: `cargo test client_server_integration_sqlite -- --exact` \ No newline at end of file