mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-23 02:43:16 +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
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test --features opentelemetry_0_13
|
||||
command: test
|
||||
args: --features opentelemetry_0_13
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test --features opentelemetry_0_14
|
||||
command: test
|
||||
args: --features opentelemetry_0_14
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test --features opentelemetry_0_15
|
||||
command: test
|
||||
args: --features opentelemetry_0_15
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
Loading…
x
Reference in New Issue
Block a user