We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c441e81 commit 238f5c6Copy full SHA for 238f5c6
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Rust Cache
55
uses: Swatinem/rust-cache@v2.7.7
56
- name: Install Pack CLI
57
- uses: buildpacks/github-actions/setup-pack@v5.8.7
+ uses: buildpacks/github-actions/setup-pack@v5.8.8
58
- name: Run integration tests
59
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
60
run: cargo test --locked -- --ignored
0 commit comments