Skip to content

Commit

Permalink
Move docs job (#161)
Browse files Browse the repository at this point in the history
* add steps to docs test

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
smedegaard and github-actions[bot] authored Dec 31, 2024
1 parent b0816c2 commit dffdf6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,22 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Test
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: release
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all-features


build_docs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build Docs
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit dffdf6a

Please sign in to comment.