From 16f8baee80e9cc9609684967f2a7ef431b648261 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 23 Mar 2025 13:49:43 +0000 Subject: [PATCH] Add mise task for production tests --- mise.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mise.toml b/mise.toml index 2cdbf05d..10fa31fd 100644 --- a/mise.toml +++ b/mise.toml @@ -85,6 +85,10 @@ run = 'mix music_library.prod.db_backup' description = 'Deletes all downloaded database backups' run = 'rm data/music_library_prod*' +[tasks.prod-test] +description = 'Run HTTP tests against production' +run = 'hurl --test test/prod.hurl' + # GIT TOOLING [tasks.static-checks-hook]