diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 54383795..b4ba2bb0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,9 +32,9 @@ jobs: strategy: matrix: package: [ - askama, askama_derive, testing, - askama_actix, askama_axum, askama_escape, askama_gotham, askama_hyper, - askama_mendes, askama_rocket, askama_tide, askama_warp, + askama, askama_actix, askama_axum, askama_derive, askama_escape, askama_gotham, + askama_hyper, askama_mendes, askama_parser, askama_rocket, askama_tide, askama_warp, + testing, ] runs-on: ubuntu-latest steps: