* chore: move all services inside the apps folder * chore: rename apiserver to server
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This is a simple wrapper script that calls the main test runner in the tests directory
|
|
exec tests/run_tests.sh "$@" |