The ATL core library’s test suite passes at a pinned revision.
atl-core tests exit 0 at a pinned revision.
Watch
Needs: a browser. Not timed.
CI: run CI, 2026-08-31 , executed by GitHub Actions, not by me.
You should see: jobs Format, Test, MSRV (1.92.0), Clippy, Coverage, all green.
Would falsify: a failed job.
Run
Needs: Rust 1.92 or newer. The CI Test job took 1 min on a GitHub Actions runner.
git clone https://github.com/evidentum-io/atl-core.git && cd atl-core && git checkout d5d89bb
cargo test --all-targets
# exit 0You should see: every suite reports 0 failed, exit 0.
Would falsify: a non-zero exit from cargo test --all-targets, or any suite reporting a failure.
Does not establish
- coverage
- an oracle
- that the suite is complete
If this does not survive your check, write me.
Last updated on