mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-07 16:03:07 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo "Running continuous tests..."
|
||
|
|
cd /app/Tests/CodexContinuousTests
|
||
|
|
exec "$@"
|
||
|
|
|