We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9326bed commit 1255c9aCopy full SHA for 1255c9a
Makefile
@@ -27,7 +27,7 @@ console: image
27
./bin/run_in_shell bin/console
28
29
test: image
30
- ./bin/run_in_shell "bundle exec rake test && bundle exec rubocop"
+ docker run --rm $(LOCAL_LINK) $(PROJECT_NAME) sh -c "bundle exec rake test && bundle exec rubocop"
31
32
coverage: image
33
./bin/run_in_shell "COVERAGE=true bundle exec rake test"
0 commit comments