Remove mock-specific changes

This commit is contained in:
Michael Miller 2022-06-01 23:44:52 -06:00
parent 69a89daeb8
commit 989e5db389
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 1 additions and 11 deletions

View File

@ -41,16 +41,6 @@ spec rspec:
script:
- 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:
script:
- shards
@ -66,7 +56,7 @@ nightly:
allow_failure: true
script:
- 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
artifacts:
when: always