1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

CI and check.sh: run cargo doc for all crates

This commit is contained in:
Emil Ernerfeldt
2022-04-30 15:51:46 +02:00
parent 603e5bc5fb
commit 9b9c5005d3
2 changed files with 4 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ jobs:
toolchain: 1.60.0
override: true
- run: sudo apt-get update && sudo apt-get install libspeechd-dev
- run: cargo doc -p eframe -p egui -p egui_extras -p egui_glium -p egui_glow -p egui-winit -p emath -p epaint --lib --no-deps --all-features
- run: cargo doc --lib --no-deps --all-features
cargo-deny:
runs-on: ubuntu-20.04