Skip to content

Commit

Permalink
Split doc tests for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousBug committed Jan 27, 2023
1 parent c770886 commit 37dbe0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install Rust
run: rustup toolchain install stable
- name: Run doc tests
run: cargo test --all-features --doc
- name: Run tests
run: cargo test --all-features --benches --examples --tests --doc
run: cargo test --all-features --benches --examples --tests
services:
redis:
image: redis:7-alpine
Expand Down

0 comments on commit 37dbe0f

Please sign in to comment.