Skip to content

Commit 1255c9a

Browse files
committed
Fix the test target again
1 parent 9326bed commit 1255c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ console: image
2727
./bin/run_in_shell bin/console
2828

2929
test: image
30-
./bin/run_in_shell "bundle exec rake test && bundle exec rubocop"
30+
docker run --rm $(LOCAL_LINK) $(PROJECT_NAME) sh -c "bundle exec rake test && bundle exec rubocop"
3131

3232
coverage: image
3333
./bin/run_in_shell "COVERAGE=true bundle exec rake test"

0 commit comments

Comments
 (0)