Files
vortex/ci/test_runtime.sh
2020-11-16 02:39:53 -08:00

7 lines
77 B
Bash
Executable File

#!/bin/bash
# exit when any command fails
set -e
make -C runtime/tests run