Skip to content

Add QueryMap::contains to check for presence on an entity with fewer … #321

Add QueryMap::contains to check for presence on an entity with fewer …

Add QueryMap::contains to check for presence on an entity with fewer … #321

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri, rust-src
- run: cargo test --all-features
- run: cargo miri setup
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance