ci(check-and-build-and-test): see if changing the --output-format to json for cargo msrv verify will make it actually show up in the GitHub Actions log
Some checks are pending
Release-plz / Release-plz (push) Waiting to run

This commit is contained in:
J / Jacob Babich
2024-10-10 00:40:43 -04:00
parent ff6842ad3d
commit 74157b1298

View File

@@ -230,5 +230,5 @@ jobs:
cache-on-failure: "true" cache-on-failure: "true"
- name: Verify declared MSRV (minimum supported Rust version) - name: Verify declared MSRV (minimum supported Rust version)
run: cargo msrv verify run: cargo msrv verify --output-format json
working-directory: ${{ matrix.crate_directory }} working-directory: ${{ matrix.crate_directory }}