Skip to content

Commit fd9b3df

Browse files
committed
Don't run doctests.
Cargo detects the examples in the docstrings that aren't really examples (the grammr specifications in `grammar.rs`).
1 parent 13a88eb commit fd9b3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
steps:
88
- uses: actions/checkout@v5
99
- name: Run tests
10-
run: cargo test
10+
run: cargo test --all-targets

0 commit comments

Comments
 (0)