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

Merge branch 'main' into 30-add-detector-node-spectrometer

parents 14cf5c01 c7c3416a
No related branches found
No related tags found
1 merge request!4Resolve "Add detector node "spectrometer""
......@@ -28,8 +28,12 @@ image: "rust:latest"
# Use cargo to test the project
test:cargo:
script:
- export HTTPS_PROXY=lxproxy01.gsi.de:3128
- export HTTP_PROXY=lxproxy01.gsi.de:3128
- export https_proxy=lxproxy01.gsi.de:3128
- export http_proxy=lxproxy01.gsi.de:3128
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose
- cargo test --workspace # --verbose
# Optional: Use a third party library to generate gitlab junit reports
# test:junit-report:
......
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