File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1010 - image : autozimu/languageclientneovim
1111 steps :
1212 - checkout
13- - run : cargo fmt -- --check && make test && make integration-test
13+ - run : make ci
1414 deploy :
1515 docker :
1616 - image : autozimu/rust-cross-for-macos
Original file line number Diff line number Diff line change 1- all : check build fmt clippy
1+ all : release
2+
3+ dev : build fmt clippy vint python-lint
4+
5+ ci : vint python-lint test integration-test
6+ cargo fmt -- --check
27
38check :
49 cargo check
@@ -27,14 +32,14 @@ bump-version:
2732test :
2833 cargo test
2934
30- integration-test -lint :
35+ python -lint :
3136 mypy --ignore-missing-imports \
3237 tests \
3338 rplugin/python3/denite/source \
3439 rplugin/python3/deoplete/sources
3540 flake8 .
3641
37- integration-test : build integration-test-lint
42+ integration-test : build
3843 tests/test.sh
3944
4045integration-test-docker :
You can’t perform that action at this time.
0 commit comments