bevy/.github/workflows
Boxy 28ba87e6c8 CI runs cargo miri test -p bevy_ecs (#4310)
# Objective

Fixes #1529
Run bevy_ecs in miri

## Solution

- Don't set thread names when running in miri rust-lang/miri/issues/1717
- Update `event-listener` to `2.5.2` as previous versions have UB that is detected by miri: [event-listener commit](1fa31c553e)
- Ignore memory leaks when running in miri as they are impossible to track down rust-lang/miri/issues/1481
- Make `table_add_remove_many` test less "many" because miri is really quite slow :)
- Make CI run `RUSTFLAGS="-Zrandomize-layout" MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-tag-raw-pointers -Zmiri-disable-isolation" cargo +nightly miri test -p bevy_ecs`
2022-03-25 00:26:07 +00:00
..
ci.yml CI runs cargo miri test -p bevy_ecs (#4310) 2022-03-25 00:26:07 +00:00
dependencies.yml Bump actions/checkout from 2 to 3 (#4136) 2022-03-08 00:46:07 +00:00
docs.yml Deploy dev docs - install dependencies (#4222) 2022-03-16 02:08:25 +00:00
ios.yml Bump actions/checkout from 2 to 3 (#4136) 2022-03-08 00:46:07 +00:00
label.yml Bump actions/labeler from 3 to 4 (#4134) 2022-03-08 00:46:05 +00:00