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

unsupported valgrind+nightly rust operation, waiting for merge

parent 2bb8aa5e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ run-tests-release:
- cd core
- rustc --version && cargo --version
- cargo test --release --verbose
- cargo valgrind test --release --verbose -- --errors-for-leak-kinds=definite
run-tests-debug:
needs: []
......@@ -14,7 +13,6 @@ run-tests-debug:
- cd core
- rustc --version && cargo --version
- cargo test --verbose
- cargo valgrind test --verbose -- --errors-for-leak-kinds=definite
clippy:
needs: []
......
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