Skip to content

Commit 451516b

Browse files
committed
doc
1 parent 9c2eb2f commit 451516b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ continuous_development: image
2626
console: image
2727
./bin/run_in_shell bin/console
2828

29+
# Note that we don't use run_in_shell because those are interactive and CI won't like that.
2930
test: image
3031
docker run --rm $(LOCAL_LINK) $(PROJECT_NAME) sh -c "bundle exec rake test && bundle exec rubocop"
3132

0 commit comments

Comments
 (0)