Migrate test to dev:test in standalone script
This commit is contained in:
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user