CI: make sure parser is tested

This commit is contained in:
René Kijewski 2023-07-31 21:06:47 +02:00 committed by Dirkjan Ochtman
parent 266cefc321
commit 18b6d2f38a

View File

@ -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: