From 989e5db3898dfb25557f72e68018bf1fa011f8ca Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 1 Jun 2022 23:44:52 -0600 Subject: [PATCH] Remove mock-specific changes --- .gitlab-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 320184d..53161c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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