mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
chatmail-pyinfra/venv/bin/pytest chatmail-pyinfra/tests
|
|
cd doveauth/src/doveauth
|
|
../../venv/bin/pytest
|