aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar René Kijewski <rene.kijewski@fu-berlin.de>2023-07-31 21:06:47 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-07-31 21:27:04 +0200
commit18b6d2f38ac51dfa3207c4d509567cd0db937274 (patch)
treef2415859628ec8b84a391f17ed4898481dedaa9e /.github
parent266cefc3212791ad3a60c484ec89ed5b1c22bae6 (diff)
downloadaskama-18b6d2f38ac51dfa3207c4d509567cd0db937274.tar.gz
askama-18b6d2f38ac51dfa3207c4d509567cd0db937274.tar.bz2
askama-18b6d2f38ac51dfa3207c4d509567cd0db937274.zip
CI: make sure parser is tested
Diffstat (limited to '.github')
-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: