mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 04:44:41 +01:00
⚗️ add server marks to shell script too
This commit is contained in:
parent
023482db3c
commit
caf3eb58b8
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ run_command () {
|
|||
run_tests () {
|
||||
echo -e "${BIGreen}>>>${RST} Running tests..."
|
||||
shift; # will remove first arg ("run-tests") from the "$@"
|
||||
"$POETRY_HOME/bin/poetry" run pytest ./tests
|
||||
"$POETRY_HOME/bin/poetry" run pytest ./tests -m "not server"
|
||||
}
|
||||
|
||||
main () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue