Skip to content

Commit

Permalink
Merge pull request #109 from tommilligan/run-doctests
Browse files Browse the repository at this point in the history
feat: add support for test renderer, running doctests
  • Loading branch information
tommilligan authored Jul 23, 2023
2 parents 681c991 + 60706be commit 0742c6c
Show file tree
Hide file tree
Showing 23 changed files with 1,799 additions and 1,196 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
rust:
- stable
- beta
- 1.64.0
- 1.66.0
experimental:
- false
# Run a canary test on nightly that's allowed to fail
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: docs

on:
release:
types: [published]
push:
branches:
- "main"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -30,6 +31,8 @@ jobs:
override: true
- name: Install mdbook
run: ./scripts/install-mdbook
- name: Install mdbook extras
run: ./book/scripts/install-mdbook-extras
- name: Build book
run: ./scripts/build-book
- name: Push docs
Expand Down
Loading

0 comments on commit 0742c6c

Please sign in to comment.