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

add valgrind test runs

parent f21bd00e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ run-tests-release:
- cd core
- rustc --version && cargo --version
- cargo test --release --verbose
- cargo valgrind test --release --verbose
run-tests-debug:
needs: []
......@@ -13,6 +14,7 @@ run-tests-debug:
- cd core
- rustc --version && cargo --version
- cargo test --verbose
- cargo valgrind test --verbose
clippy:
needs: []
......@@ -28,4 +30,4 @@ format-check:
- cd core
- cargo fmt -- --check
- cd ../bindings
- cargo fmt -- --check
- cargo fmt -- --check
\ No newline at end of file
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