Add the actual test target.

This commit is contained in:
Nicolas Patry 2024-09-12 11:35:48 +02:00
parent 75486de71d
commit 46efc844d6
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -80,6 +80,14 @@
server
];
};
test = mkShell {
buildInputs = [
benchmark
launcher
router
server
];
};
impure = mkShell {
buildInputs =