Skip to content

Commit 60944a3

Browse files
committed
trying to make circleci pickup the new specs
#303
1 parent 9ca6489 commit 60944a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: run tests
5252
command: |
5353
mkdir /tmp/test-results
54-
TEST_FILES="$(circleci tests glob "spec/usage/**/*_spec.rb" | circleci tests split --split-by=timings)"
54+
TEST_FILES="$(circleci tests glob "spec/usage/**/*_spec.rb" "spec/matestack/**/*_spec.rb" | circleci tests split --split-by=timings)"
5555
5656
bundle exec rspec --format progress \
5757
--out /tmp/test-results/rspec.xml \

0 commit comments

Comments
 (0)