File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ permissions:
8
8
env :
9
9
CARGO_INCREMENTAL : 0
10
10
CARGO_NET_RETRY : 10
11
+ CARGO_NEXTEST_VERSION : 0.9.92
11
12
DOCKER_REGISTRY : ghcr.io/linkerd
12
13
GH_ANNOTATION : true
13
14
K3D_VERSION : v5.8.1
@@ -188,8 +189,11 @@ jobs:
188
189
echo "PATH=$PATH" >> "$GITHUB_ENV"
189
190
bin/scurl -v "https://raw.githubusercontent.com/k3d-io/k3d/${K3D_VERSION}/install.sh" | bash
190
191
bin/scurl -vo /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && chmod +x /usr/local/bin/yq
192
+ bin/scurl -v "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-${CARGO_NEXTEST_VERSION}/cargo-nextest-${CARGO_NEXTEST_VERSION}-x86_64-unknown-linux-musl.tar.gz" -o nextest.tar.gz
193
+ tar -xzf nextest.tar.gz
194
+ mv cargo-nextest ~/.cargo/bin/
195
+ chmod +x ~/.cargo/bin/cargo-nextest
191
196
- uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3
192
- -
run :
cargo install [email protected] --locked
193
197
- run : just policy-test-build
194
198
- run : just k3d-k8s='${{ matrix.k8s }}' k3d-create
195
199
- run : docker load <image-archives/controller.tar
You can’t perform that action at this time.
0 commit comments