Skip to content
Snippets Groups Projects
Commit edd5f111 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 65aaf2aa
No related branches found
No related tags found
No related merge requests found
Pipeline #7347 passed with warnings
......@@ -35,9 +35,6 @@ build-main:
- cargo build
dependencies:
- test:cargo
artifacts:
paths:
- target/
# Build API documentation
build-doc:
......@@ -52,9 +49,6 @@ build-doc:
- cargo doc --no-deps
dependencies:
- test:cargo
artifacts:
paths:
- target/
# Use cargo to test the project
test:cargo:
stage: test
......@@ -67,9 +61,6 @@ test:cargo:
- export http_proxy=lxproxy01.gsi.de:3128
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace
artifacts:
paths:
- target/
test:clippy:
stage: test
tags:
......
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