mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix path to mock specs
This commit is contained in:
parent
670dd7f062
commit
03f78e3fc1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ spec dsl:
|
||||||
spec mocks:
|
spec mocks:
|
||||||
extends: spec
|
extends: spec
|
||||||
script:
|
script:
|
||||||
- crystal spec --error-on-warnings --junit_output=. spec/mocks/
|
- crystal spec --error-on-warnings --junit_output=. spec/spectator/mocks/
|
||||||
|
|
||||||
format:
|
format:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue