Skip to content

fix: harden all engines — safe ViewId lookups, CEF shutdown, blitz ke… #11

fix: harden all engines — safe ViewId lookups, CEF shutdown, blitz ke…

fix: harden all engines — safe ViewId lookups, CEF shutdown, blitz ke… #11

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Check (default/litehtml)
run: cargo check --verbose
- name: Check (litehtml)
run: cargo check --no-default-features --features litehtml --verbose
- name: Check (servo)
run: cargo check --no-default-features --features servo --verbose
- name: Check (docs_only)
run: cargo check --no-default-features --features docs_only --verbose