Skip to content

Commit ec941e3

Browse files
chore: fix ci
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent d4ddd03 commit ec941e3

5 files changed

Lines changed: 25 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ impl Config {
173173
}
174174

175175
#[cfg(test)]
176+
#[allow(clippy::result_large_err)]
176177
mod test {
177178
use super::*;
178179
use figment::Jail;

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct TestClient {
2424
impl TestClient {
2525
pub fn new(app: Arc<Liwan>, events: std::sync::mpsc::Sender<Event>) -> Self {
2626
let (router, _) = liwan::web::router(app, events).unwrap();
27-
let server = TestServer::new(router).unwrap();
27+
let server = TestServer::new(router);
2828
Self { server }
2929
}
3030

web/bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@explodingcamera/css": "^0.0.4",
1515
"@fontsource-variable/stack-sans-headline": "^5.2.1",
1616
"@icons-pack/react-simple-icons": "^13.12.0",
17+
"@picocss/pico": "^2.1.1",
1718
"@tanstack/react-query": "^5.90.21",
1819
"d3-array": "^3.2.4",
1920
"d3-ease": "^3.0.1",

0 commit comments

Comments
 (0)