shard-spectator/util/test-all-individually.sh
Michael Miller 2d6c8844d4
Remove time
2022-11-29 03:34:26 -07:00

5 lines
127 B
Bash
Executable file

#!/usr/bin/env bash
set -e
find spec/ -type f -name \*_spec.cr -print0 | \
xargs -0 -n1 crystal spec --error-on-warnings -v