Skip to content

Commit 227ef57

Browse files
authored
make make test mandatory
1 parent 3a27558 commit 227ef57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: pip install numpy pylab-sdk
2323
- run: mkdir --parents --verbose .mypy_cache
2424
- run: python -m memory_profiler mypy --ignore-missing-imports --install-types --non-interactive . || true
25-
- run: make test || true
25+
- run: make test
2626
# - run: python -m memory_profiler pytest --fixtures . || true
2727
# - run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
2828
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true

0 commit comments

Comments
 (0)