Skip to content

Commit

Permalink
fix(ci): remove doctest temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Aug 22, 2024
1 parent fbf7842 commit f19a8df
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,21 @@ jobs:
--workspace \
-E "kind(lib) | kind(bin) | kind(proc-macro)"
doc:
name: doc tests
env:
RUST_BACKTRACE: 1
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Run doctests
run: cargo test --doc --workspace
# re-add when we have library targets
# doc:
# name: doc tests
# env:
# RUST_BACKTRACE: 1
# timeout-minutes: 30
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# - uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: true
# - name: Run doctests
# run: cargo test --doc --workspace

unit-success:
name: unit success
Expand Down

0 comments on commit f19a8df

Please sign in to comment.