aboutsummaryrefslogtreecommitdiffstats
path: root/tests.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 17:05:38 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-19 19:26:12 +0100
commit50dab0c091e5e807e1ddd5bcbe669d9840759c7e (patch)
tree23a4779d8d21bba233b0168167683acd67f28451 /tests.nix
parentc36c4cf37737ba972482a34c8df2b61a541e7f0a (diff)
add `docs/tutorial-achat.md`
Diffstat (limited to 'tests.nix')
-rw-r--r--tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.nix b/tests.nix
index f442a54..b62bd7f 100644
--- a/tests.nix
+++ b/tests.nix
@@ -81,4 +81,5 @@ in
{
api-reference = makeDocTest "api-reference" ./docs/api-reference.md;
get-started-cli = makeDocTest "get-started-cli" ./docs/get-started-cli.md;
+ tutorial-achat = makeDocTest "tutorial-achat" ./docs/tutorial-achat.md;
}