mirror of
https://github.com/versity/versitygw.git
synced 2026-04-25 23:20:29 +00:00
8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if ! ./tests/run.sh; then
|
|
exit 1
|
|
fi
|
|
if ! ./tests/run_static.sh; then
|
|
exit 1
|
|
fi |