File tree
Expand file treeCollapse file tree1 file changed
+0
-14
lines changed Expand file treeCollapse file tree1 file changed
+0
-14
lines changed Original file line number | Diff line number | Diff line change |
---|
|
44 | 44 | - name: Check code formatting
|
45 | 45 | run: cargo fmt --all -- --check
|
46 | 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 | 47 | # this tests that all unit and doc tests are successful
|
62 | 48 | unit_tests:
|
63 | 49 | name: Unit and Doc Tests (Rust ${{matrix.rust.name}} on ${{matrix.os}})
|
|
You can’t perform that action at this time.
0 commit comments