Migrate test to dev:test in standalone script

This commit is contained in:
Claudio Ortolina
2025-10-07 12:51:07 +03:00
parent 77c3daf07c
commit 920e172f9f
2 changed files with 11 additions and 6 deletions
-6
View File
@@ -13,9 +13,3 @@ gh = 'latest'
[task_config]
includes = ["scripts"]
# DEVELOPMENT/TEST
[tasks.test]
description = 'Run project tests'
run = 'mix test'
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
#MISE description="Run project tests"
set -e
source "$(dirname "$0")/../_helpers.sh"
ensure_working_directory!
mix test