Skip to content

(tests) ref: improve tests names #13

(tests) ref: improve tests names

(tests) ref: improve tests names #13

Workflow file for this run

name: Docs
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
env:
CARGO_TERM_COLOR: always
jobs:
doc:
steps:

Check failure on line 17 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 17, Col: 9): Required property is missing: runs-on
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Check documentation
run: RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items --all --verbose --release