Skip to content

test --doc

test --doc #387

Workflow file for this run

name: test --doc
on:
push:
branches:
- doc
paths:
- 'trigger/doc_test'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: doc
path: doc
- name: Install latest Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Test doc
run: |
cd doc/gen/generated
cargo t --doc