Skip to content

Commit

Permalink
ci: pin cargo-nextest to v0.9.67 (#13411)
Browse files Browse the repository at this point in the history
Ensures rustc compatiblity.
  • Loading branch information
olix0r authored Dec 2, 2024
1 parent 0402da2 commit ecde6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
bin/scurl -v "https://raw.githubusercontent.com/k3d-io/k3d/${K3D_VERSION}/install.sh" | bash
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
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- run: cargo install cargo-nextest
- run: cargo install cargo-nextest@0.9.67 --locked
- run: just policy-test-build
- run: just k3d-k8s='${{ matrix.k8s }}' k3d-create
- run: docker load <image-archives/controller.tar
Expand Down

0 comments on commit ecde6d2

Please sign in to comment.