Skip to content

Commit

Permalink
trigger doctests (and other internal tests picked up by cargo test) i…
Browse files Browse the repository at this point in the history
…n zingo*/src directories
  • Loading branch information
zancas committed Mar 31, 2024
1 parent 5c6c584 commit 548d0ef
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 548d0ef

Please sign in to comment.