parent
c634efbe09
commit
da673f1308
|
@ -96,10 +96,8 @@ jobs:
|
||||||
name:
|
name:
|
||||||
- linux / appservice / stable / actix
|
- linux / appservice / stable / actix
|
||||||
- macOS / appservice / stable / actix
|
- macOS / appservice / stable / actix
|
||||||
- windows / appservice / stable-x86_64-msvc / actix
|
|
||||||
- linux / appservice / stable / warp
|
- linux / appservice / stable / warp
|
||||||
- macOS / appservice / stable / warp
|
- macOS / appservice / stable / warp
|
||||||
- windows / appservice / stable-x86_64-msvc / warp
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- name: linux / appservice / stable / actix
|
- name: linux / appservice / stable / actix
|
||||||
|
@ -109,11 +107,6 @@ jobs:
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
cargo_args: --features actix
|
cargo_args: --features actix
|
||||||
|
|
||||||
- name: windows / appservice / stable-x86_64-msvc / actix
|
|
||||||
os: windows-latest
|
|
||||||
target: x86_64-pc-windows-msvc
|
|
||||||
cargo_args: --features actix
|
|
||||||
|
|
||||||
- name: linux / appservice / stable / warp
|
- name: linux / appservice / stable / warp
|
||||||
cargo_args: --features warp
|
cargo_args: --features warp
|
||||||
|
|
||||||
|
@ -121,11 +114,6 @@ jobs:
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
cargo_args: --features warp
|
cargo_args: --features warp
|
||||||
|
|
||||||
- name: windows / appservice / stable-x86_64-msvc / warp
|
|
||||||
os: windows-latest
|
|
||||||
target: x86_64-pc-windows-msvc
|
|
||||||
cargo_args: --features warp
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in New Issue