Skip to content

Commit

Permalink
Merge branch 'main' into schneems/bump-fun-run
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Nov 28, 2023
2 parents 03b93dc + c703c1e commit 7f0af10
Show file tree
Hide file tree
Showing 29 changed files with 162 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected].0
uses: buildpacks/github-actions/[email protected].1
- name: Run integration tests
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
run: cargo test --locked -- --ignored
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected].0
uses: buildpacks/github-actions/[email protected].1
- name: Pull builder image
run: |
docker pull "heroku/builder:22"
Expand Down
121 changes: 63 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[workspace]
resolver = "2"
members = ["buildpacks/ruby", "commons"]

[workspace.package]
edition = "2021"
rust-version = "1.74"

[workspace.lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"
unused_crate_dependencies = "warn"

[workspace.lints.clippy]
panic_in_result_fn = "warn"
pedantic = "warn"
unwrap_used = "warn"
module_name_repetitions = "allow"
Loading

0 comments on commit 7f0af10

Please sign in to comment.