mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Error on warnings
This commit is contained in:
parent
b79e580822
commit
335a76527b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ before_script:
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
script:
|
script:
|
||||||
- crystal spec
|
- crystal spec --error-on-warnings
|
||||||
- bin/ameba
|
- bin/ameba
|
||||||
- crystal tool format --check
|
- crystal tool format --check
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ nightly:
|
||||||
image: "crystallang/crystal:nightly"
|
image: "crystallang/crystal:nightly"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- crystal spec
|
- crystal spec --error-on-warnings
|
||||||
- crystal tool format --check
|
- crystal tool format --check
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
|
Loading…
Reference in a new issue