Skip to content

Commit

Permalink
Tests: Use bundle exec rspec --backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 30, 2022
1 parent 5e46835 commit 8ded70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
bundle install
- name: Run tests
run: bundle exec rspec
run: bundle exec rspec --backtrace
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --rm -it --publish=44200:4200 crate:5.1.1 \
Install project and invoke test suite.
```shell
bundle install
bundle exec rspec
bundle exec rspec --backtrace
```


Expand Down

0 comments on commit 8ded70b

Please sign in to comment.