mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove time
This commit is contained in:
parent
321c15407d
commit
2d6c8844d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue