mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
Fix flaky flexbuffers_alloc_check test in cargo test (#8965)
This commit is contained in:
parent
0f469cad54
commit
8aa7084f01
1 changed files with 2 additions and 0 deletions
|
|
@ -25,10 +25,12 @@ path = "bin/monster_example.rs"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "flatbuffers_alloc_check"
|
name = "flatbuffers_alloc_check"
|
||||||
path = "bin/flatbuffers_alloc_check.rs"
|
path = "bin/flatbuffers_alloc_check.rs"
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "flexbuffers_alloc_check"
|
name = "flexbuffers_alloc_check"
|
||||||
path = "bin/flexbuffers_alloc_check.rs"
|
path = "bin/flexbuffers_alloc_check.rs"
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sample_flexbuffers"
|
name = "sample_flexbuffers"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue