aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5438379..b4ba2bb 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: