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:
parent
a83919a719
commit
530872a4c5
9
.github/workflows/general.yml
vendored
9
.github/workflows/general.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user