Skip to content

Commit

Permalink
Issue bundle installs in driver subfolders
Browse files Browse the repository at this point in the history
Correct development setup instructions so that we make sure to issue
`bundle install` in driver subfolders in addition to the top level
project. This is required to move on to run the full rspec suite.
  • Loading branch information
brandur committed Apr 28, 2024
1 parent 2686dd2 commit 0152af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

```shell
$ bundle install
$ pushd drivers/riverqueue-activerecord && bundle install && popd
$ pushd drivers/riverqueue-sequel && bundle install && popd
```
## Run tests

Expand Down

0 comments on commit 0152af2

Please sign in to comment.