Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Rewrite - Rustdoc backend #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand All @@ -32,6 +36,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand All @@ -46,6 +54,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand All @@ -42,6 +46,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand All @@ -56,6 +64,10 @@ jobs:

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand Down
Loading