Update build.yml comment about skipping rust doc tests

This commit is contained in:
2025-12-05 02:30:37 -07:00
parent 320d288a6b
commit dc02133f7e

View File

@@ -23,7 +23,7 @@ jobs:
# 2. Run Rust Tests
# --manifest-path: Point to the nested Cargo.toml
# --workspace: Test all crates (compiler, parser, tokenizer, helpers)
# --all-targets: Test lib, bin, and tests folder (skips doc-tests for speed)
# --all-targets: Test lib, bin, and tests folder (skips doc-tests because they are not valid Rust)
- name: Run Rust Tests
run: |
docker run --rm \