From 32922f79fc0c960ef8a624d595ffff7c76ed2ca4 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Wed, 20 Nov 2024 14:18:58 -0700 Subject: [PATCH] Fix typo in documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46efafa548..23a77559d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ cabal run db-analyser To test all the packages in this repository run: ```sh -cabal build all +cabal test all ``` in the command line, either inside `nix-shell` if you use `nix`, or in a