Skip to content

Commit

Permalink
cargo test --doc to ci (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie-etl authored Oct 17, 2022
1 parent 79647c1 commit d4d88c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- clippy
- fmt
- test
- test-docs
- docs
steps:
- run: exit 0
Expand Down Expand Up @@ -50,6 +51,15 @@ jobs:
run: rustup update stable
- run: cargo test

test-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable
- run: cargo test --doc


fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d4d88c2

Please sign in to comment.