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