-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into release_automation
- Loading branch information
Showing
33 changed files
with
260 additions
and
856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Update Rust toolchain | ||
run: rustup update | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].0 | ||
uses: Swatinem/[email protected].1 | ||
- name: Clippy | ||
run: cargo clippy --all-targets --locked -- --deny warnings | ||
- name: rustfmt | ||
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Update Rust toolchain | ||
run: rustup update | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].0 | ||
uses: Swatinem/[email protected].1 | ||
- name: Run unit tests | ||
run: cargo test --locked | ||
|
||
|
@@ -58,9 +58,9 @@ jobs: | |
- name: Install Rust linux-musl target | ||
run: rustup target add x86_64-unknown-linux-musl | ||
- name: Rust Cache | ||
uses: Swatinem/[email protected].0 | ||
uses: Swatinem/[email protected].1 | ||
- name: Install Pack CLI | ||
uses: buildpacks/github-actions/setup-pack@v5.2.0 | ||
uses: buildpacks/github-actions/setup-pack@v5.3.0 | ||
- name: Pull builder image | ||
run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }} | ||
# The integration tests are annotated with the `ignore` attribute, allowing us to run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.