1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 19:03:03 +01:00

Fix command invocations.

This commit is contained in:
LukeMathWalker 2021-08-13 11:08:03 +01:00
parent a83919a719
commit 530872a4c5

View File

@ -37,13 +37,16 @@ jobs:
command: test command: test
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test --features opentelemetry_0_13 command: test
args: --features opentelemetry_0_13
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test --features opentelemetry_0_14 command: test
args: --features opentelemetry_0_14
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test --features opentelemetry_0_15 command: test
args: --features opentelemetry_0_15
fmt: fmt:
name: Rustfmt name: Rustfmt