We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeccfa commit 8dd3a76Copy full SHA for 8dd3a76
.github/workflows/rust.yml
@@ -44,20 +44,6 @@ jobs:
44
- name: Check code formatting
45
run: cargo fmt --all -- --check
46
47
- # this checks the msrv
48
- msrv:
49
- name: Verify MSRV
50
- runs-on: ubuntu-latest
51
- steps:
52
- - uses: actions/checkout@v4
53
- - uses: baptiste0928/cargo-install@v3
54
- with:
55
- crate: cargo-msrv
56
- - name: Verify minimum rust version of influxdb crate
57
- run: cargo msrv --path influxdb --output-format json verify
58
- - name: Verify minimum rust version of influxdb_derive crate
59
- run: cargo msrv --path influxdb_derive --output-format json verify
60
-
61
# this tests that all unit and doc tests are successful
62
unit_tests:
63
name: Unit and Doc Tests (Rust ${{matrix.rust.name}} on ${{matrix.os}})
0 commit comments