Add mise task for production tests

This commit is contained in:
Claudio Ortolina
2025-03-23 13:49:43 +00:00
parent 1f43e1d993
commit 16f8baee80
+4
View File
@@ -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]