Skip to content
Snippets Groups Projects
Commit f831e645 authored by Mathis "what could possibly go wrong" Randl's avatar Mathis "what could possibly go wrong" Randl
Browse files

ci fix

parent e95867ae
No related branches found
No related tags found
No related merge requests found
......@@ -2,25 +2,25 @@ image: rustlang/rust:nightly
run-tests-release:
script:
- cd proximity-rs
- cd core
- rustc --version && cargo --version
- cargo test --release --verbose
run-tests-debug:
script:
- cd proximity-rs
- cd core
- rustc --version && cargo --version
- cargo test --verbose
clippy:
script:
- cd proximity-rs
- cd core
- rustup component add clippy
- cargo clippy
format-check:
script:
- cd proximity-rs
- cd core
- rustup component add rustfmt
- cargo fmt -- --check
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