Skip to content

Commit

Permalink
Merge pull request #859 from zancas/doctest_ci
Browse files Browse the repository at this point in the history
trigger doctests
  • Loading branch information
fluidvanadium authored Mar 31, 2024
2 parents 5c6c584 + 548d0ef commit 1ade74d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:
- name: Reject trailing whitespace
run: ./utils/trailing-whitespace.sh reject

run-doc-tests:
name: ensure doc tests are run, (and any other tests implied)
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run doc tests
run: |
cd zingo-status/src && cargo test
test:
uses: ./.github/workflows/test.yaml
with:
Expand Down

0 comments on commit 1ade74d

Please sign in to comment.