From 05d4ce0068063c1677e291bc22195d7f266f5b3d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 29 Jan 2026 23:42:04 +0100 Subject: Move some parts of the README into CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2cb72af --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +This application is built like any other Rust project: + +``` +$ cargo build +``` + +In order to test things you need to provide a database for it. One is provided +in the form of `testdata/test.sqlite3`. So take that and set the `MIHI_DATABASE` +environment variable to its full path. And after that you will be able to run: + +``` +$ cargo test +$ cargo clippy --all-targets --all-features +``` -- cgit v1.2.3