diff options
Diffstat (limited to '.github/workflows')
-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 9102b42..5438379 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: matrix: package: [ askama, askama_derive, testing, - askama_actix, askama_axum, askama_escape, askama_gotham, + askama_actix, askama_axum, askama_escape, askama_gotham, askama_hyper, askama_mendes, askama_rocket, askama_tide, askama_warp, ] runs-on: ubuntu-latest |