aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index b15061e..268654c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -40,5 +40,7 @@ pkgs.mkShell {
molecule --version | head -n 1
echo "============================================"
echo "Run: molecule test -s default"
+ echo "Run: molecule test -s delete"
+ echo "Run: molecule test --all"
'';
}