Skip to content

Commit 0d4b543

Browse files
author
Arthur Jen
committed
Update config
1 parent 87343e3 commit 0d4b543

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
name: Install deps
1616
- python/save-cache
1717
- run:
18-
command: source virtualenv_run/bin/activate
19-
name: Source virtualenv
20-
- run:
21-
command: make test
18+
command: source virtualenv_run/bin/activate; make test
2219
name: Run tests
20+
- store_test_results:
21+
path: pytest
2322

2423
workflows:
2524
main:

0 commit comments

Comments
 (0)