Skip to content

Commit be2a56f

Browse files
fix: set -u
1 parent 742f25a commit be2a56f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- run:
1515
name: Run tests and collect coverage
1616
command: pytest --cov app
17+
- run:
18+
name: set -u
19+
command: set -u
1720
- codecov/upload
1821

1922
workflow:

0 commit comments

Comments
 (0)