Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,13 @@ jobs:
run: bash scripts/check_publish_safety.sh
- name: Every include!() file is tracked by git (CB-510)
run: bash scripts/check_include_files.sh
# aprender-profile appeared in this file ZERO times while carrying 58
# integration test targets. Running them found 110 failures -- 109 from a
# single stale binary name left by the APR-MONO rename, dead since. Gated
# now so the crate cannot go dark again. --lib only: the integration
# targets shell out to the built binary and take minutes.
- name: aprender-profile lib tests (was gated by nothing)
run: cargo test -p aprender-profile --lib
- name: Book rust examples compile
run: bash scripts/check_book_examples_compile.sh
# Poka-yoke: APR-MONO made every sibling a path alias under crates/, but
Expand Down
Loading
Loading