mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
Run doctests
This commit is contained in:
parent
72bbe3ede1
commit
79be271593
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -206,8 +206,8 @@ jobs:
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo build --all-targets --features full
|
||||
- run: cargo test --all-targets --features full
|
||||
- run: cargo test --all-features
|
||||
- run: cargo test --all-targets --all-features
|
||||
|
||||
Package:
|
||||
needs: ["Rustfmt", "Docs", "Audit", "Book", "Typos", "Jinja2-Assumptions", "DevSkim", "CargoSort"]
|
||||
@ -227,7 +227,7 @@ jobs:
|
||||
with:
|
||||
components: clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cd ${{ matrix.package }} && cargo build --all-targets
|
||||
- run: cd ${{ matrix.package }} && cargo test
|
||||
- run: cd ${{ matrix.package }} && cargo test --all-targets
|
||||
- run: cd ${{ matrix.package }} && cargo clippy --all-targets -- -D warnings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user