mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove mock-specific changes
This commit is contained in:
parent
69a89daeb8
commit
989e5db389
1 changed files with 1 additions and 11 deletions
|
@ -41,16 +41,6 @@ spec rspec:
|
||||||
script:
|
script:
|
||||||
- crystal spec --error-on-warnings --junit_output=. spec/rspec/
|
- crystal spec --error-on-warnings --junit_output=. spec/rspec/
|
||||||
|
|
||||||
spec dsl:
|
|
||||||
extends: spec
|
|
||||||
script:
|
|
||||||
- crystal spec --error-on-warnings --junit_output=. spec/spectator/dsl/
|
|
||||||
|
|
||||||
spec mocks:
|
|
||||||
extends: spec
|
|
||||||
script:
|
|
||||||
- crystal spec --error-on-warnings --junit_output=. spec/mocks/
|
|
||||||
|
|
||||||
format:
|
format:
|
||||||
script:
|
script:
|
||||||
- shards
|
- shards
|
||||||
|
@ -66,7 +56,7 @@ nightly:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- shards --ignore-crystal-version
|
- shards --ignore-crystal-version
|
||||||
- crystal spec --error-on-warnings --junit_output=. --tag smoke spec/spectator/dsl/
|
- crystal spec --error-on-warnings --junit_output=. --tag smoke
|
||||||
- crystal tool format --check
|
- crystal tool format --check
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
|
|
Loading…
Reference in a new issue