Skip to content

Commit

Permalink
Improve error handling
Browse files Browse the repository at this point in the history
Remove internal panics with results.
  • Loading branch information
aleics committed Feb 2, 2025
1 parent 06bbb9a commit 2d9819b
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 158 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
- name: start container
run: docker compose up -d

- name: wait for init
run: sleep 30s
shell: bash

- name: run integration tests
uses: actions-rs/cargo@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ serde = { version = "1.0.217", features = ["derive"] }

[dev-dependencies]
lazy_static = "1.5.0"
rand = "0.8.5"
rand = "0.9.0"
reqwest = { version = "0.12.12", features = ["json"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
tokio-test = "0.4.4"

[features]
Expand Down
Loading

0 comments on commit 2d9819b

Please sign in to comment.