diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 759edb3..78f91ec 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: matrix: package: [ askama, askama_actix, askama_axum, askama_derive, askama_escape, askama_gotham, - askama_hyper, askama_mendes, askama_parser, askama_rocket, askama_tide, askama_warp, + askama_hyper, askama_mendes, askama_parser, askama_poem, askama_rocket, askama_tide, askama_warp, testing, ] runs-on: ubuntu-latest |