We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bundle exec rspec --backtrace
1 parent 5e46835 commit 8ded70bCopy full SHA for 8ded70b
.github/workflows/tests.yml
@@ -59,4 +59,4 @@ jobs:
59
bundle install
60
61
- name: Run tests
62
- run: bundle exec rspec
+ run: bundle exec rspec --backtrace
DEVELOP.md
@@ -10,7 +10,7 @@ docker run --rm -it --publish=44200:4200 crate:5.1.1 \
10
Install project and invoke test suite.
11
```shell
12
13
-bundle exec rspec
+bundle exec rspec --backtrace
14
```
15
16
0 commit comments