Skip to content

Commit

Permalink
Fix test in build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 14, 2023
1 parent af3c54d commit 0d52ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ test:
FROM +prepare-cache
WORKDIR /app
COPY +prepare-cache/recipe.json .
COPY browser+build/data-browser/dist /app/browser/data-browser/dist
RUN cargo chef cook --recipe-path recipe.json --bin atomic-server --target x86_64-unknown-linux-musl
COPY --dir server lib cli desktop Cargo.lock Cargo.toml .
RUN cargo test
Expand Down

0 comments on commit 0d52ac2

Please sign in to comment.