summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94f5aca..0a1c937 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,5 +53,13 @@ jobs:
with:
profile: minimal
toolchain: stable
- - name: Run test
- run: cargo test --all-targets --features actix
+ - name: Run test actix4
+ run: cargo test --all-targets --features actix4
+ - name: Run test actix3
+ run: cargo test --all-targets --features actix3
+ - name: Run test actix2
+ run: cargo test --all-targets --features actix2
+ - name: Run test warp
+ run: cargo test --all-targets --features warp
+ - name: Run test no feature
+ run: cargo test --all-targets