Skip to content

Commit

Permalink
fix(ci): add doc test
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <lxl66566@gmail.com>
  • Loading branch information
lxl66566 committed Jul 19, 2024
1 parent 4d6bf43 commit 54e6266
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
test:
Expand All @@ -26,6 +27,12 @@ jobs:
rustflags: "",
test: "llvm-cov nextest --all-features --workspace --codecov --output-path codecov.info",
}
- {
name: "Doc",
args: "",
rustflags: "",
test: "test --doc",
}
- {
name: "Madsim",
args: "--package=simulation",
Expand Down

0 comments on commit 54e6266

Please sign in to comment.