From 18b6d2f38ac51dfa3207c4d509567cd0db937274 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Mon, 31 Jul 2023 21:06:47 +0200 Subject: CI: make sure parser is tested --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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: -- cgit