Skip to content

Commit 09fb058

Browse files
committed
add -u to test script
1 parent bf67c6a commit 09fb058

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
@@ -25,6 +25,6 @@ jobs:
2525
key: v1-dependencies-{{ checksum "package.json" }}
2626

2727
# run tests!
28-
- run: yarn test
28+
- run: yarn test -u
2929

3030
- run: curl -s https://codecov.io/bash | bash

0 commit comments

Comments
 (0)