Skip to content

fixed test execution feature flags #67

fixed test execution feature flags

fixed test execution feature flags #67

Workflow file for this run

name: Doc
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings" # Make sure CI fails on all warnings, including Clippy lints
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Doc
run: cargo doc --workspace --all-features