Update build.yml comment about skipping rust doc tests
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# 2. Run Rust Tests
|
# 2. Run Rust Tests
|
||||||
# --manifest-path: Point to the nested Cargo.toml
|
# --manifest-path: Point to the nested Cargo.toml
|
||||||
# --workspace: Test all crates (compiler, parser, tokenizer, helpers)
|
# --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
|
- name: Run Rust Tests
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|||||||
Reference in New Issue
Block a user