fix tests
This commit is contained in:
@@ -84,6 +84,7 @@ RUN cd src-tauri && cargo fetch && cd ..
|
||||
FROM builder AS test
|
||||
WORKDIR /app
|
||||
RUN echo "Running tests..." && \
|
||||
bunx svelte-kit sync && \
|
||||
bun run test && \
|
||||
cd src-tauri && cargo test && cd .. && \
|
||||
echo "All tests passed!"
|
||||
|
||||
Reference in New Issue
Block a user