File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 60
60
- name : Run cargo test (with valgrind)
61
61
run : cargo test -- --test-threads=1
62
62
env :
63
- CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER : valgrind -v --error-exitcode=1 --error-limit=no --leak-check=full --show-leak-kinds=all --track-origins=yes --fair-sched=yes
63
+ # TODO: use --errors-for-leak-kinds=definite,indirect due to upstream bug (https://github.com/rust-lang/rust/issues/135608)
64
+ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER : valgrind -v --error-exitcode=1 --error-limit=no --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=definite,indirect --track-origins=yes --fair-sched=yes
64
65
- name : Run cargo test (with portable-atomic enabled)
65
66
run : cargo test --features portable-atomic
66
67
- name : Clone async-executor
You can’t perform that action at this time.
0 commit comments