Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 00b20a0

Browse files
committed
Split make test and citest targets
1 parent 109b895 commit 00b20a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎Makefile‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
.PHONY: image test
1+
.PHONY: image test citest
22

33
IMAGE_NAME ?= codeclimate/codeclimate-duplication
44

55
image:
66
docker build --rm -t $(IMAGE_NAME) .
77

88
test: image
9+
docker run --tty --interactive --rm $(IMAGE_NAME) bundle exec rake
10+
11+
citest:
912
docker run --rm $(IMAGE_NAME) bundle exec rake

‎circle.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616

1717
test:
1818
override:
19-
- make test
19+
- make citest
2020

2121
deployment:
2222
registry:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /