Skip to content

Commit

Permalink
fix: earthly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 30, 2024
1 parent 422f1ff commit 5130765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
# "crates/results/rite-solutions",
"crates/results/msa",
"pypi/distances",
# "pypi/results/cakes",
"pypi/results/cakes",
]
resolver = "2"

Expand Down
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build:
# This target formats the project.
fmt:
FROM +chef-cook
RUN cargo fmt --all -- --check && rye fmt --all --check
RUN cargo fmt --all --all-features -- --check && rye fmt --all --check

# This target lints the project.
lint:
Expand All @@ -67,7 +67,7 @@ lint:
# Apply any automated fixes.
fix:
FROM +chef-cook
RUN cargo fmt --all
RUN cargo fmt --all --all-features
RUN rye fmt --all
RUN cargo clippy --fix --allow-no-vcs
RUN rye lint --fix
Expand Down

0 comments on commit 5130765

Please sign in to comment.