shard-spectator/util/test-all-individually.sh

6 lines
127 B
Bash
Raw Permalink Normal View History

2022-11-29 10:14:24 +00:00
#!/usr/bin/env bash
set -e
find spec/ -type f -name \*_spec.cr -print0 | \
2022-11-29 10:33:42 +00:00
xargs -0 -n1 crystal spec --error-on-warnings -v