We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58e13f commit 5673e33Copy full SHA for 5673e33
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- name: Build
17
run: cargo build --verbose
18
- name: Build with OTel feature
@@ -22,7 +22,4 @@ jobs:
22
- name: Run tests with OTel feature
23
run: cargo test --verbose --features otel
24
- name: rustfmt
25
- uses: actions-rs/cargo@v1
26
- with:
27
- command: fmt
28
- args: --all -- --check
+ run: cargo fmt --all --check
0 commit comments