appservice: Enable warp by default

This commit is contained in:
Johannes Becker
2021-06-09 22:14:41 +02:00
parent 4a83e36195
commit df42ef68a2
2 changed files with 4 additions and 4 deletions

View File

@@ -101,11 +101,11 @@ jobs:
include:
- name: linux / appservice / stable / actix
cargo_args: --features actix
cargo_args: --no-default-features --features actix
- name: macOS / appservice / stable / actix
os: macOS-latest
cargo_args: --features actix
cargo_args: --no-default-features --features actix
- name: linux / appservice / stable / warp
cargo_args: --features warp