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

attempt 1 at fixing ci 'à tatons'

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