ci: include gradual feature in CI

This commit is contained in:
MaxOhn
2023-11-09 21:46:58 +01:00
parent 0187a1e58a
commit aea34e2a3e
+8 -2
View File
@@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
feature: [default, async_tokio, async_std]
feature:
- default,gradual
- async_tokio
- async_std
steps:
- name: Checkout project
@@ -35,7 +38,10 @@ jobs:
strategy:
matrix:
feature: [default, async_tokio, async_std]
feature:
- default,gradual
- async_tokio
- async_std
steps:
- name: Checkout project