diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 1956a3b..d5c933b 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -278,6 +278,7 @@ jobs: - name: Generate test report (JSON format) if: always() continue-on-error: true + shell: bash run: | cargo +${{ matrix.rust }} test --all-features --workspace --no-fail-fast -- \ --format json -Z unstable-options --report-time > test-results-${{ matrix.rust }}.json || true diff --git a/README.md b/README.md index 46881af..a4c70ae 100644 --- a/README.md +++ b/README.md @@ -488,4 +488,3 @@ assert_eq!(problem.grpc.expect("grpc").name, "UNAUTHENTICATED"); MSRV: **1.90** · License: **MIT OR Apache-2.0** · No `unsafe` -