Skip to content

Commit 96f6336

Browse files
committed
sudo make test
1 parent 42e9569 commit 96f6336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1818
name: Set up CircleCI artifacts directories
1919
- run: sudo pip install -r test-requirements.txt
20-
- run: make test
20+
- run: sudo make test
2121
- run: $HOME/ci-scripts/circleci/report-card $RC_DOCKER_USER $RC_DOCKER_PASS "$RC_DOCKER_EMAIL" $RC_GITHUB_TOKEN
2222
- run:
2323
command: |-

0 commit comments

Comments
 (0)