Remove time

This commit is contained in:
Michael Miller 2022-11-29 03:33:42 -07:00
parent 321c15407d
commit 2d6c8844d4
No known key found for this signature in database
GPG key ID: AC78B32D30CE34A2

View file

@ -2,4 +2,4 @@
set -e
find spec/ -type f -name \*_spec.cr -print0 | \
xargs -0 -n1 time crystal spec --error-on-warnings -v
xargs -0 -n1 crystal spec --error-on-warnings -v