We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca6489 commit 60944a3Copy full SHA for 60944a3
.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
51
name: run tests
52
command: |
53
mkdir /tmp/test-results
54
- TEST_FILES="$(circleci tests glob "spec/usage/**/*_spec.rb" | circleci tests split --split-by=timings)"
+ TEST_FILES="$(circleci tests glob "spec/usage/**/*_spec.rb" "spec/matestack/**/*_spec.rb" | circleci tests split --split-by=timings)"
55
56
bundle exec rspec --format progress \
57
--out /tmp/test-results/rspec.xml \
0 commit comments