Skip to content
Snippets Groups Projects
Commit ec2a7ae7 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

ci: move linting to the end of the stage

parent 33ac4ca3
No related branches found
No related tags found
1 merge request!866Gmoshkin/pico service follow up
......@@ -207,8 +207,6 @@ test-linux:
PIPENV_VENV_IN_PROJECT=1 PIP_NO_CACHE_DIR=true python3.10 -m pipenv install --deploy
ci-log-section end "pipenv-install"
- make lint
# There are no Rust tests for `webui` feature, it's checked in pytest
- cargo build --locked
- cargo test --locked
......@@ -222,6 +220,8 @@ test-linux:
--junitxml=junit_pytest.xml
--with-webui
- make lint
artifacts:
when: always
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment