Merge pull request #10068 from burgerdev/genpolicy-test

genpolicy: add crate-scoped integration test
This commit is contained in:
Dan Mihai
2024-08-06 16:10:46 -07:00
committed by GitHub
12 changed files with 293 additions and 18 deletions

View File

@@ -30,5 +30,6 @@ RUN apk --no-cache add \
openssl-libs-static \
make \
musl-dev \
perl \
protoc && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_TOOLCHAIN}