mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
CI: make sure parser is tested
This commit is contained in:
parent
266cefc321
commit
18b6d2f38a
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package: [
|
package: [
|
||||||
askama, askama_derive, testing,
|
askama, askama_actix, askama_axum, askama_derive, askama_escape, askama_gotham,
|
||||||
askama_actix, askama_axum, askama_escape, askama_gotham, askama_hyper,
|
askama_hyper, askama_mendes, askama_parser, askama_rocket, askama_tide, askama_warp,
|
||||||
askama_mendes, askama_rocket, askama_tide, askama_warp,
|
testing,
|
||||||
]
|
]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user