Compare commits

..

5 Commits

Author SHA1 Message Date
Gwen Lg
1ef344ecdd add err output when server failed to start 2024-06-14 11:56:56 +02:00
Gwen Lg
c8efde0c58 check if server correctly start
in same time than the port was opened.
Rename function into `wait_for_server` according.
2024-06-14 11:56:56 +02:00
Gwen Lg
252bc0ae32 improve error management with thiserror use
- add thiserror dependency
- use distinct Error enum in lib and server
2024-06-14 11:48:55 +02:00
Gwen Lg
9a84a9b749 update dependencies in Cargo.toml
update: zip, reqwest and env_logger
2024-06-13 23:17:37 +02:00
Gwen Lg
c0854cfb69 fix fmt in Cargo.toml 2024-06-13 23:17:35 +02:00

View File

@ -1,14 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test --all-features