diff --git a/.github/workflows/rust_tests.yml b/.github/workflows/rust_tests.yml index d297b8c4..1c77f3a3 100644 --- a/.github/workflows/rust_tests.yml +++ b/.github/workflows/rust_tests.yml @@ -86,7 +86,7 @@ jobs: with: command: test toolchain: ${{ matrix.toolchain }} - args: --target ${{ matrix.target }} --workspace + args: --target ${{ matrix.target }} --features vendored --workspace env: CC: musl-gcc CXX: g++