mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
ci: fail if valgrind complains (#4066)
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
|||||||
|
|
||||||
# Run with valgrind
|
# Run with valgrind
|
||||||
- name: Run valgrind test-mem
|
- name: Run valgrind test-mem
|
||||||
run: valgrind --leak-check=full --show-leak-kinds=all ./target/debug/test-mem
|
run: valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./target/debug/test-mem
|
||||||
|
|
||||||
# Compile tests
|
# Compile tests
|
||||||
- name: cargo build test-process-signal
|
- name: cargo build test-process-signal
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
# Run with valgrind
|
# Run with valgrind
|
||||||
- name: Run valgrind test-process-signal
|
- name: Run valgrind test-process-signal
|
||||||
run: valgrind --leak-check=full --show-leak-kinds=all ./target/debug/test-process-signal
|
run: valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./target/debug/test-process-signal
|
||||||
|
|
||||||
test-unstable:
|
test-unstable:
|
||||||
name: test tokio full --unstable
|
name: test tokio full --unstable
|
||||||
|
|||||||
Reference in New Issue
Block a user