aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
commitd3b048544eebf7b8402fb585b4e2531de9b28a33 (patch)
tree2e697063854d22aff603ba3691c6453ddf5cd87b /.github/workflows/rust.yml
parentef53238ae2ee77becc44bcb0b77c1c4daceca5af (diff)
downloadaskama-d3b048544eebf7b8402fb585b4e2531de9b28a33.tar.gz
askama-d3b048544eebf7b8402fb585b4e2531de9b28a33.tar.bz2
askama-d3b048544eebf7b8402fb585b4e2531de9b28a33.zip
Add poem integrationHEADmain
Diffstat (limited to '')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 759edb3..78f91ec 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
matrix:
package: [
askama, askama_actix, askama_axum, askama_derive, askama_escape, askama_gotham,
- askama_hyper, askama_mendes, askama_parser, askama_rocket, askama_tide, askama_warp,
+ askama_hyper, askama_mendes, askama_parser, askama_poem, askama_rocket, askama_tide, askama_warp,
testing,
]
runs-on: ubuntu-latest