mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Only run spec that was changed
This commit is contained in:
parent
969a1f7755
commit
d06aaa9d14
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
files: ./**/*.cr
|
||||
files: ./src/**/*.cr
|
||||
run: time crystal spec --error-trace
|
||||
---
|
||||
files: ./src/**/*.cr
|
||||
run: bin/ameba %file%
|
||||
---
|
||||
files: ./spec/**/*.cr
|
||||
run: time crystal spec --error-trace %file%
|
||||
---
|
||||
files: ./shard.yml
|
||||
run: shards
|
||||
|
|
Loading…
Reference in a new issue