From 5f499336acf2b20c47d7e63db17f069e0d5520ac Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 29 Nov 2022 20:30:42 -0700 Subject: [PATCH] Remove individual spec runs from CI --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 438c34f..d627d27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,11 +51,6 @@ spec mocks: script: - crystal spec --error-on-warnings --junit_output=. spec/spectator/mocks/ -spec individual: - extends: spec - script: - - util/test-all-individually.sh - format: script: - shards