Skip to content

Commit

Permalink
Rm redundant 'doc' job from 'ent' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Jan 6, 2024
1 parent 689d14d commit 1e4ae0e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ jobs:
FAKTORY_URL: tcp://127.0.0.1:7419
FAKTORY_ENT: true
run: cargo test --locked --features ent --all-targets
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Run doc tests
run: cargo test --features ent --doc

0 comments on commit 1e4ae0e

Please sign in to comment.