fix: explicitly set CARGO_MANIFEST_DIR in a bid to fix CI

This commit is contained in:
Jude Nelson
2022-07-29 13:20:43 -04:00
parent 3fbbf192b4
commit c6e56cf3e2

View File

@@ -2,6 +2,8 @@ FROM rust:bullseye AS test
WORKDIR /build
ENV CARGO_MANIFEST_DIR="$(pwd)"
RUN rustup override set nightly-2022-01-14 && \
rustup component add llvm-tools-preview && \
cargo install grcov