From aaad564074864ad463e369af7f98655b01565143 Mon Sep 17 00:00:00 2001
From: Denis Kayshev <topenkoff@gmail.com>
Date: Fri, 29 Apr 2022 18:56:23 +0300
Subject: Add axum support (#59)

---
 .github/workflows/ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.github/workflows/ci.yml')

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2f399ca..960e342 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,6 +69,10 @@ jobs:
         run: |
           cargo test --all-targets --features warp
           cargo test --doc --features warp
+      - name: Run test axum
+        run: |
+          cargo test --all-targets --features axum
+          cargo test --doc --features axum
       - name: Run test no feature
         run: |
           cargo test --all-targets
-- 
cgit v1.2.3