Skip to content

Commit b26b09b

Browse files
committed
better tests?
1 parent c3a57b5 commit b26b09b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
when: always
1616
- store_test_results:
1717
path: junit
18-
19-
18+
workflows:
19+
version: 2
20+
build_and_test:
21+
jobs:
22+
- build

0 commit comments

Comments
 (0)