Skip to content

Commit 8ded70b

Browse files
committed
Tests: Use bundle exec rspec --backtrace
1 parent 5e46835 commit 8ded70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
bundle install
6060
6161
- name: Run tests
62-
run: bundle exec rspec
62+
run: bundle exec rspec --backtrace

DEVELOP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker run --rm -it --publish=44200:4200 crate:5.1.1 \
1010
Install project and invoke test suite.
1111
```shell
1212
bundle install
13-
bundle exec rspec
13+
bundle exec rspec --backtrace
1414
```
1515

1616

0 commit comments

Comments
 (0)