diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |