Skip to content

Add stricter checks, implement Debug where needed #11

Add stricter checks, implement Debug where needed

Add stricter checks, implement Debug where needed #11

Workflow file for this run

name: Loom
on:
pull_request:
push:
branches: [ main ]
jobs:
loom:
name: Test suite (Loom, default preemption bounds)
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run cargo test (Loom)
run: cargo test --lib --release
env:
RUSTFLAGS: --cfg async_event_loom